format

From wikieduonline
Jump to navigation Jump to search

format (tf.io)


format("%s-%s", var.your-first-string, var.your-second-string)
PROD-Value-of-your-second-string


provider "aws" {
  region = "eu-central-1"
  assume_role {
    role_arn = format("arn:aws:iam::0987654321:role/your-role-%s", var.youraction)
  }
}

See also

Advertising: