We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dfe61b commit ad50244Copy full SHA for ad50244
cluster-bootstrap/data.tf
@@ -0,0 +1,9 @@
1
+data "terraform_remote_state" "primary_cluster" {
2
+ backend = "s3"
3
+
4
+ config = {
5
+ bucket = "arad-tf-state-files"
6
+ region = "us-west-2"
7
+ key = "cluster-sedemo-primary/terraform.tfstate"
8
+ }
9
+}
0 commit comments