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(routing-table-crn): UI 37487 routing table crn and SDK migration PR #5708

Merged
merged 11 commits into from
Oct 18, 2024

Conversation

SunithaGudisagarIBM1
Copy link
Contributor

Community Note

  • Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for pull request followers and do not help prioritize the request

Relates OR Closes #0000

Output from acceptance testing:

$ make testacc TESTARGS='-run=TestAccXXX'

...

@SunithaGudisagarIBM1
Copy link
Contributor Author

Screenshot 2024-10-07 at 8 35 24 PM

Screenshot 2024-10-07 at 8 35 50 PM

4c894d1a88">

@SunithaGudisagarIBM1
Copy link
Contributor Author

Screenshot 2024-10-07 at 8 39 13 PM Screenshot 2024-10-07 at 8 40 14 PM

@SunithaGudisagarIBM1
Copy link
Contributor Author

resource "ibm_is_vpc" "testacc_vpc" {
  name = "terraform-test-1"
}

data "ibm_is_vpc_default_routing_table" "def_route_table" {
  vpc = ibm_is_vpc.testacc_vpc.id
}

data "ibm_is_vpc_routing_tables" "test1" {
  vpc = ibm_is_vpc.testacc_vpc.id
}

resource "ibm_is_vpc_routing_table" "test_route_rt" {
  vpc                           = ibm_is_vpc.testacc_vpc.id
  name                          = "test-vpc-routing-table"
  route_direct_link_ingress     = true
  route_transit_gateway_ingress = false
  route_vpc_zone_ingress        = false
}

data "ibm_is_vpc_routing_table" "ibm_is_vpc_routing_table_name" {
  vpc  = ibm_is_vpc.testacc_vpc.id
  name = ibm_is_vpc_routing_table.test_route_rt.name
}

@SunithaGudisagarIBM1 SunithaGudisagarIBM1 changed the title UI 37487 routing table crn feat(routing-table-crn): UI 37487 routing table crn Oct 7, 2024
@SunithaGudisagarIBM1 SunithaGudisagarIBM1 changed the title feat(routing-table-crn): UI 37487 routing table crn feat(routing-table-crn): UI 37487 routing table crn and SDK migration PR Oct 7, 2024
@hkantare hkantare merged commit 2263156 into IBM-Cloud:master Oct 18, 2024
1 check passed
@ujjwal-ibm ujjwal-ibm deleted the UI-37487-Routing-Table-CRN branch October 18, 2024 17:26
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