Skip to content
This repository has been archived by the owner on Jan 31, 2021. It is now read-only.

Data not controlled by enabled #9

Closed
yujunz opened this issue Nov 4, 2019 · 0 comments · Fixed by #10
Closed

Data not controlled by enabled #9

yujunz opened this issue Nov 4, 2019 · 0 comments · Fixed by #10

Comments

@yujunz
Copy link
Contributor

yujunz commented Nov 4, 2019

The following data seem not controlled by var.enabled

data "aws_iam_role" "masters" {
  name = "${var.masters_name}.${var.dns_zone}"
}

data "aws_iam_role" "nodes" {
  name = "${var.nodes_name}.${var.dns_zone}"
}
yujunz added a commit to terraless/terraform-aws-kops-metadata that referenced this issue Nov 4, 2019
yujunz added a commit to terraless/terraform-aws-kops-metadata that referenced this issue Nov 4, 2019
yujunz added a commit to terraless/terraform-aws-kops-metadata that referenced this issue Nov 5, 2019
yujunz added a commit to terraless/terraform-aws-kops-metadata that referenced this issue Nov 5, 2019
@aknysh aknysh closed this as completed in #10 Nov 6, 2019
aknysh pushed a commit that referenced this issue Nov 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant