Sha256: 1e3e2f1e74d5738d192ff4e701f5f794e9cb58630d0162d1408630b4e47c0453
Contents?: true
Size: 308 Bytes
Versions: 160
Compression:
Stored size: 308 Bytes
Contents
# Restrict operation of terraform to chef-es profile so that # we do not create resources in other aws profiles. # We assume user has configured standard aws credentials # under ~/.aws/credentials or with $AWS_SHARED_CREDENTIALS_FILE provider "aws" { region = "${var.aws_region}" profile = "chef-aws" }
Version data entries
160 entries across 35 versions & 1 rubygems