Setting Terraform Cloud

This commit is contained in:
2023-09-22 23:57:43 -03:00
parent 6a36d215b9
commit 334202bf40
3 changed files with 11 additions and 10 deletions

View File

@@ -1,9 +1,10 @@
terraform {
cloud {
organization = "vitorhnbatista"
required_version = ">1.5"
backend "remote" {
organization = "HideyoshiNakazone"
workspaces {
name = "hideyoshi-portfolio"
workspaces {
prefix = "hideyoshi-portfolio-"
}
}
}
}