Skip to content

Conversation

@SunithaGudisagarIBM1
Copy link
Collaborator

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
Collaborator Author

resource "ibm_is_public_address_range" "public_address_range_instance" {
	ipv4_address_count = "16"
}
Screenshot 2024-08-30 at 12 54 04 PM

@SunithaGudisagarIBM1
Copy link
Collaborator Author

Update Testing
Screenshot 2024-08-30 at 1 36 30 PM

@SunithaGudisagarIBM1
Copy link
Collaborator Author

resource "ibm_is_public_address_range" "public_address_range_instance" {
	ipv4_address_count = "16"
  name = "example-public-address-range"
  resource_group{
      id = "11caaa983d9c4beb82690daab08717e9"
  }
  target{
    vpc {
      id = ibm_is_vpc.testacc_vpc.id
    }
    zone {
      name = "us-south-3"
    }
  }
}
Screenshot 2024-08-30 at 2 04 37 PM

@SunithaGudisagarIBM1
Copy link
Collaborator Author

data "ibm_is_public_address_range" "public_address_range_instance" {
  name = "example-public-address-range"
}
data "ibm_is_public_address_range" "public_address_range_instance1" {
  # name = "example-public-address-range"
  identifier =  ibm_is_public_address_range.public_address_range_instance.id
}
Screenshot 2024-08-30 at 2 47 31 PM

@SunithaGudisagarIBM1
Copy link
Collaborator Author

data "ibm_is_public_address_ranges" "public_address_range_instances_example_testing" {
}
Screenshot 2024-08-30 at 3 20 11 PM

Copy link
Collaborator

@astha-jain astha-jain left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

VPC resource and datasource need to reflect the public address ranges in the responses.

@SunithaGudisagarIBM1
Copy link
Collaborator Author

data "ibm_is_vpc" "ds_vpc_by_id" {
  identifier = "r134-5d3a4aaa-9400-42e6-b035-a1c37a0fb3be"
}
Screenshot 2024-09-03 at 11 38 00 PM

@SunithaGudisagarIBM1
Copy link
Collaborator Author

data "ibm_is_vpcs" "ds_vpc_by_id" {
}
Screenshot 2024-09-03 at 11 38 50 PM

@SunithaGudisagarIBM1 SunithaGudisagarIBM1 changed the title Development Public Address Range feat(public-address-range): Development Public Address Range Sep 16, 2024
@uibm uibm self-requested a review May 22, 2025 17:09
@SunithaGudisagarIBM1
Copy link
Collaborator Author

SunithaGudisagarIBM1 commented Jul 9, 2025

Screenshot 2025-07-09 at 8 10 24 PM Screenshot 2025-07-09 at 8 27 59 PM Screenshot 2025-07-09 at 9 16 15 PM

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.

4 participants