Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Terraform Workspace - global_remote_state deprecated #109

Open
zachreborn opened this issue Dec 29, 2024 · 0 comments
Open

Terraform Workspace - global_remote_state deprecated #109

zachreborn opened this issue Dec 29, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@zachreborn
Copy link
Owner

Describe the bug

global_remote_state is deprecated in tfe_workspace

Warning: Argument is deprecated
with module.octo_prod_infrastructure.tfe_workspace.this
on .terraform/modules/octo_prod_infrastructure/modules/terraform/workspace/main.tf line 23, in resource "tfe_workspace" "this":
  global_remote_state           = var.global_remote_state
Use resource `tfe_workspace_settings` to modify the workspace `global_remote_state`. `global_remote_state` on `tfe_workspace` is no longer validated properly and will be removed in a future release of the provider.
@zachreborn zachreborn added the bug Something isn't working label Dec 29, 2024
@zachreborn zachreborn self-assigned this Dec 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant