Difference between revisions of "Terraform provider: AWS"

From wikieduonline
Jump to navigation Jump to search
Line 4: Line 4:
 
   [[profile]] = "your_profile_name"
 
   [[profile]] = "your_profile_name"
 
  }
 
  }
 +
 +
 +
provider "aws" {
 +
  region    = var.region
 +
  version    = ">= 0.13"
 +
  assume_role {
 +
    role_arn = "$(AWS_ROLE_ARN)"
 +
  }
 +
}
  
 
== Related terms ==
 
== Related terms ==

Revision as of 13:26, 10 February 2022

Advertising: