You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 31, 2021. It is now read-only.
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}"
}
The text was updated successfully, but these errors were encountered:
yujunz
added a commit
to terraless/terraform-aws-kops-metadata
that referenced
this issue
Nov 4, 2019
The following data seem not controlled by
var.enabled
The text was updated successfully, but these errors were encountered: