Skip to content

Commit 7c95954

Browse files
committed
Fix example in documentation
1 parent 3affaf1 commit 7c95954

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ module "atlantis" {
102102
103103
custom_environment_variables = [
104104
{
105-
"name" : "ATLANTIS_REPO_CONFIG_JSON",
106-
"value" : jsonencode(yamldecode(file("${path.module}/server-atlantis.yaml"))),
105+
name : "ATLANTIS_REPO_CONFIG_JSON",
106+
value : jsonencode(yamldecode(file("${path.module}/server-atlantis.yaml"))),
107107
},
108108
]
109109

0 commit comments

Comments
 (0)