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

feat: support BYOD for cloud environment #81

Merged
merged 3 commits into from
Dec 2, 2024
Merged

feat: support BYOD for cloud environment #81

merged 3 commits into from
Dec 2, 2024

Conversation

maxsxu
Copy link
Member

@maxsxu maxsxu commented Nov 30, 2024

Modifications

resource "streamnative_cloud_environment" "aws_use1_test" {
  organization          = "max"
  region                = "us-east-1"
  cloud_connection_name = "shared-aws"

  network {
    cidr = "10.0.0.0/16"
  }

+  dns {
+    id   = "CUSTOMDNSID"
+    name = "custom-dns.aws.snio.cloud"
+  }
}

@maxsxu maxsxu requested review from tuteng and urfreespace November 30, 2024 07:38
@maxsxu maxsxu self-assigned this Nov 30, 2024
@maxsxu maxsxu requested a review from a team as a code owner November 30, 2024 07:38
@maxsxu maxsxu merged commit d42282e into main Dec 2, 2024
1 check passed
@maxsxu maxsxu deleted the max/byod branch December 2, 2024 06:15
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