Difference between revisions of "Dynamic Credentials with the AWS Provider"

From wikieduonline
Jump to navigation Jump to search
Line 3: Line 3:
  
 
* TFC_AWS_RUN_ROLE_ARN
 
* 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
 +
    }))
 +
  })
 +
}

Revision as of 10:36, 20 February 2024

  • 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: