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 22a5164 commit 39f06bdCopy full SHA for 39f06bd
main.tf
@@ -21,7 +21,8 @@ resource "null_resource" "organizational_units" {
21
}
22
23
data "external" "organizational_units" {
24
- program = ["bash", "${path.module}/scripts/get_ous.sh"]
+ depends_on = ["null_resource.organizational_units"]
25
+ program = ["bash", "${path.module}/scripts/get_ous.sh"]
26
27
query = {
28
aws_profile = "${var.aws_profile}"
resource-plan-graph.png
5.04 KB
0 commit comments