Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Dec 18, 2024
1 parent 163c357 commit 3415d37
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions example/servicecontext/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ resource "plural_service_context" "service_context" {
configuration = jsonencode({
"env" = "prod"
"test" = "some-value"
"array" = [1, 2, 3]
"nested_field" = {
"test" = "nested-value"
}
})
secrets = {
"test" = "some-secret-value"
Expand Down

0 comments on commit 3415d37

Please sign in to comment.