Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Sep 23, 2024
1 parent 89abc76 commit a53450b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/servicecontext/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ provider "plural" {
}

resource "plural_service_context" "service_context" {
name = "service-context-tf"
name = "service-context-test"
configuration = {
"env" = "prod"
"test" = "some-value"
Expand All @@ -23,5 +23,5 @@ resource "plural_service_context" "service_context" {
}

data "plural_service_context" "service_context" {
name = "service-context-tf"
name = plural_service_context.service_context.name
}

0 comments on commit a53450b

Please sign in to comment.