Skip to content

Commit

Permalink
remove deprecated attribute global_remote_state
Browse files Browse the repository at this point in the history
init commit
  • Loading branch information
ausmartway authored Jan 10, 2025
2 parents 32e51c1 + 2a507ee commit 82670c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 23 deletions.
23 changes: 1 addition & 22 deletions non-vcs-workspaces.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ locals {

module "non-vcs-connected-workspace" {
source = "ausmartway/non-vcs-connected-workspace/tfe"
version = "0.1.1"
version = "0.1.2"
for_each = local.inputworkspacemap
# insert the 4 required variables here
organization = var.organization
Expand All @@ -19,24 +19,3 @@ module "non-vcs-connected-workspace" {
tags = each.value.tags
github_owner = "ausmartway"
}


//Create workspace per yaml file
# resource "tfe_workspace" "workspace" {
# for_each = local.inputworkspacemap
# allow_destroy_plan = true
# auto_apply = true
# description = each.value.name
# execution_mode = "remote"
# file_triggers_enabled = false
# global_remote_state = false
# name = each.value.name
# organization = var.organization
# queue_all_runs = false
# remote_state_consumer_ids = []
# speculative_enabled = false
# structured_run_output_enabled = true
# tag_names = each.value.tags
# terraform_version = each.value.version
# trigger_prefixes = []
# }
2 changes: 1 addition & 1 deletion vcs-connected-workspaces.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ locals {

module "vcs-connected-workspace" {
source = "ausmartway/vcs-connected-workspace/tfe"
version = "0.1.1"
version = "0.1.2"
# insert the 5 required variables here
for_each = local.inputvcsworkspacemap
organization = var.organization
Expand Down

0 comments on commit 82670c1

Please sign in to comment.