Dynamic Credentials with the AWS Provider

From wikieduonline
Revision as of 10:36, 20 February 2024 by Welcome (talk | contribs)
Jump to navigation Jump to search
  • TFC_AWS_PROVIDER_AUTH
  • TFC_AWS_RUN_ROLE_ARN


variable "tfc_aws_dynamic_credentials" {
 description = "Object containing AWS dynamic credentials configuration"
 type = object({
   default = object({
     shared_config_file = string
   })
   aliases = map(object({
     shared_config_file = string
   }))
 })
}

Advertising: