Difference between revisions of "Terraform AWS provider: assume role property"

From wikieduonline
Jump to navigation Jump to search
 
(6 intermediate revisions by one other user not shown)
Line 8: Line 8:
 
   version    = ">= 0.13"
 
   version    = ">= 0.13"
 
   assume_role {
 
   assume_role {
     [[role_arn]] = "$(AWS_ROLE_ARN)"
+
     [[role_arn]] = "arn:aws:iam::01234567890:[[role/]]role_in_account_b"
 
   }
 
   }
 
  }  
 
  }  
  
 +
== Related ==
 +
* [[ExternalId]]
 +
 +
== Activities ==
 +
* Read: https://support.hashicorp.com/hc/en-us/articles/360041289933-Using-AWS-AssumeRole-with-the-AWS-Terraform-Provider
 +
* Read: https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRole.html
  
 
== See also ==
 
== See also ==
 
* {{aws sts}}
 
* {{aws sts}}
 
* {{STS}}
 
* {{STS}}
 +
* {{tf aws}}
  
 
[[Category:AWS]]
 
[[Category:AWS]]

Latest revision as of 15:02, 8 January 2024

Advertising: