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

the resource resource meshstack_tenant doesn't offer an tenant_identifier #23

Open
florianow opened this issue Jul 8, 2024 · 0 comments
Labels
bug Something isn't working question Further information is requested

Comments

@florianow
Copy link

I created successfully my meshstack_tenant and want to add the meshstack_buildingblock.
the meshstack_tenant doesn't offer the needing identifier for the meshstack_buildingblock

resource "meshstack_buildingblock" "example" {
  metadata = {
    definition_uuid    = "1234"
    definition_version = 1
    tenant_identifier  = meshstack_tenant.example.tenant_identifier
  }

  spec = {
    display_name = "Azure Building Block - Connectivity"

    inputs = {
      name = { value_string = "prod" }
    }
  }
}

something like that would help :)

@florianow florianow added bug Something isn't working question Further information is requested labels Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant