Skip to content

Commit

Permalink
upgrade non-vcs-connected-workspace version
Browse files Browse the repository at this point in the history
  • Loading branch information
ausmartway committed Jan 10, 2025
1 parent 0dab8df commit 2a507ee
Showing 1 changed file with 1 addition and 22 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 = []
# }

0 comments on commit 2a507ee

Please sign in to comment.