Created
June 29, 2022 12:06
-
-
Save zwindler/75592361040670f7ddf7a5548ae17601 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
terraform { | |
backend "gcs"{ | |
bucket = "tfstate-team-a" | |
prefix = "team-a-proj-product1" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment