Skip to content

Commit

Permalink
Merge pull request #50 from ConseilsTI/v0.0.47
Browse files Browse the repository at this point in the history
v0.0.47
  • Loading branch information
benyboy84 authored May 6, 2024
2 parents 5f670bc + 187bd26 commit 2a73ee4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,8 @@ locals {
manage_modules = true
}
workspace_permission = {
runs = "apply"
runs = "apply"
variables = "write"
}
},
{
Expand Down Expand Up @@ -425,6 +426,12 @@ locals {
}
"TerraformCloud-Projects" = {
description = "Repository to provision and manage Terraform Cloud projects using Terraform code (IaC)."
git_actions_secrets = [
{
secret_name = "TFC_API_TOKEN"
plaintext_value = "admins"
}
]
git_repository = {
topics = ["foundation", "factory"]
}
Expand Down

0 comments on commit 2a73ee4

Please sign in to comment.