Update README.md

This commit is contained in:
Greg Hendrickson
2023-04-10 16:51:56 -07:00
committed by GitHub
parent 73a43c268e
commit db7b9ab4b1

View File

@@ -1,3 +1,5 @@
```export PROJECT_ID="your-project-id"```
Terraform offers various methods to provide input variables, making it flexible and adaptable to different use cases. These methods include command-line flags, environment variables, variable definition files (including auto-loaded files), and default values in variable declarations.
Auto-loaded variable definition files:
@@ -66,4 +68,4 @@ variable "region" {
default = "us-central1"
}
```
In summary, Terraform supports various methods to input variables, each with its own use case. You can choose the method that best suits your needs and preferences.
In summary, Terraform supports various methods to input variables, each with its own use case. You can choose the method that best suits your needs and preferences.