/* * PROVIDER */ provider "aws" { version = "~> 1.10" region = "${var.aws_region}" // Change the following to your AWS IAM account profile = "robert_dev" shared_credentials_file = "${pathexpand("~/.aws/credentials")}" // assume_role { // role_arn = "${var.aws_role}" // role_arn = "arn:aws:iam::012345678912:role/Perforce" // } }