Skip to content

Conversation

@ciiiii
Copy link
Member

@ciiiii ciiiii commented Nov 22, 2024

resource "streamnative_cloud_environment" "test" {
  cloud_connection_name = "test"
  region = "us-east-1"
  organization = "test"
  environment_type = "dev"
  network {
    cidr = "10.0.0.0/16"
  }
  annotations = {
    "cloud.streamnative.io/test" = "true"
  }
}

@ciiiii ciiiii requested a review from a team as a code owner November 22, 2024 09:27
@ciiiii ciiiii changed the title Support specify annotations for cloud environments feat: Support specify annotations for cloud environments Nov 22, 2024
@ciiiii ciiiii merged commit 5b4cc6e into main Nov 22, 2024
1 check passed
@ciiiii ciiiii deleted the yscai/cloud-env-annotations branch November 22, 2024 16:28
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.

3 participants