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 34e32c6 commit 51c4125Copy full SHA for 51c4125
modules/opensearch/main.tf
@@ -1,3 +1,5 @@
1
+# Based on: https://github.com/terraform-community-modules/tf_aws_elasticsearch
2
+
3
data "aws_region" "current" {
4
count = var.create ? 1 : 0
5
}
0 commit comments