Skip to content

Commit

Permalink
Merge pull request #269 from wking/aws-iam-terraform-fmt
Browse files Browse the repository at this point in the history
steps/infra/aws/main: Fix Terraform format for module.iam
  • Loading branch information
openshift-merge-robot authored Sep 17, 2018
2 parents 713d2d0 + f9c7cf7 commit 2afc1f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions steps/infra/aws/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ module "masters" {
module "iam" {
source = "../../../modules/aws/iam"

cluster_name = "${var.tectonic_cluster_name}"
worker_iam_role = "${var.tectonic_aws_worker_iam_role_name}"
cluster_name = "${var.tectonic_cluster_name}"
worker_iam_role = "${var.tectonic_aws_worker_iam_role_name}"
}

module "dns" {
Expand Down

0 comments on commit 2afc1f0

Please sign in to comment.