Skip to content

Terraform Workspace - global_remote_state deprecated #109

@zachreborn

Description

@zachreborn
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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @zachreborn

      Issue actions

        Terraform Workspace - global_remote_state deprecated · Issue #109 · zachreborn/terraform-modules