Skip to content

Commit

Permalink
fix: Change name of Terraform Cloud workspace (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhoppe committed Jan 31, 2022
1 parent aa4824c commit d5e68fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws.tf
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ module "tfe_workspace_aws" {

for_each = local.workspaces_aws

name = "aws"
name = each.key
organization = module.tfe_organization.name
description = "Provision of Amazon Web Services resources"
allow_destroy_plan = each.value["allow_destroy_plan"]
Expand Down

0 comments on commit d5e68fb

Please sign in to comment.