Difference between revisions of "Provider.tf"

From wikieduonline
Jump to navigation Jump to search
Line 6: Line 6:
  
  
 
+
[[AWS]] example:
 
  [[provider]] "aws" {
 
  [[provider]] "aws" {
 
   region = "us-west-2"
 
   region = "us-west-2"
 
   [[profile]] = "your-profile-name"
 
   [[profile]] = "your-profile-name"
 +
}
 +
 +
[[Google Cloud]] example:
 +
provider "google" {
 +
  project = "acme-app"
 +
  region  = "us-central1"
 
  }
 
  }
  

Revision as of 17:05, 21 October 2021

Advertising: