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.
2 parents 586487a + 2b288dc commit 5fd7ebfCopy full SHA for 5fd7ebf
VERSION
@@ -1 +1 @@
1
-v0.0.3
+v0.1.0
locals.tf
@@ -3,7 +3,7 @@
3
4
locals {
5
sso_instance_arn = tolist(data.aws_ssoadmin_instances.sso.arns)[0]
6
- ps_files = fileset(var.templates_path, "*.json")
+ ps_files = fileset(var.templates_path, "**/*.json")
7
ps_data = [for f in local.ps_files : jsondecode(file("${var.templates_path}/${f}"))]
8
ps_definition = zipmap([for data in local.ps_data : data.Name], local.ps_data)
9
0 commit comments