Difference between revisions of "Terraform AWS provider: assume role property"
Jump to navigation
Jump to search
Line 16: | Line 16: | ||
== See also == | == See also == | ||
+ | * {{aws sts}} | ||
* {{STS}} | * {{STS}} | ||
[[Category:AWS]] | [[Category:AWS]] |
Revision as of 12:29, 17 February 2022
https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRole.html
provider "aws" { region = var.region version = ">= 0.13" assume_role { role_arn = "$(AWS_ROLE_ARN)" } }
See also
Advertising: