Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: plural_service_context configuration field type #71

Conversation

maciaszczykm
Copy link
Member

resource "plural_service_context" "service_context" {
  name = "service-context-test"
  configuration = jsonencode({
    "env" = "prod"
    "test" = "some-value"
    "array" = [1, 2, 3]
    "nested_field" = {
      "test" = "nested-value"
    }
  })
  secrets = {
    "test" = "some-secret-value"
  }

@michaeljguarino
Copy link
Member

Maybe fix the linter issue before merging though

@maciaszczykm maciaszczykm merged commit a82e56c into main Dec 19, 2024
11 checks passed
@maciaszczykm maciaszczykm deleted the marcin/prod-3029-plural_service_context-configuration-type-should-be-any-map branch December 19, 2024 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants