Difference between revisions of "Terraform AWS provider: assume role property"
Jump to navigation
Jump to search
Line 17: | Line 17: | ||
== See also == | == See also == | ||
* {{STS}} | * {{STS}} | ||
+ | |||
+ | [[Category:AWS]] |
Revision as of 13:24, 10 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: