% make testacc TEST=./ibm/service/vpc TESTARGS='-run=TestAccIBMISInstanceTemplate_clusternetworkbasic'
=== RUN TestAccIBMISInstanceTemplate_clusternetworkbasic
--- PASS: TestAccIBMISInstanceTemplate_clusternetworkbasic (97.80s)
PASS
ok github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/vpc 99.749s
<hr>
- [x] instance
- [x] code
- [x] test
- [x] doc
<!--- See what makes a good Pull Request at : https://github.com/IBM-Cloud/terraform-provider-ibm/blob/master/.github/CONTRIBUTING.md --->
<!--- Please keep this note for the community --->
### Community Note
* Please vote on this pull request by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) 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
<!--- Thank you for keeping this note for the community --->
<!--- If your PR fully resolves and should automatically close the linked issue, use Closes. Otherwise, use Relates --->
Relates OR Closes #0000
Output from acceptance testing:
<!--
Replace TestAccXXX with a pattern that matches the tests affected by this PR.
For more information on the `-run` flag, see the `go test` documentation at https://tip.golang.org/cmd/go/#hdr-Testing_flags.
-->
Features
Cluster(h100) support for VPC infrastructure services
Datasources
Resources
Changes in datasource :
[x] cluster_network_profile
[x] cluster_network
[x] cluster_networks
[x] cluster_networks_interface
[x] cluster_networks_interfaces
[x] cluster_networks_subnet
[x] cluster_networks_subnets
[x] cluster_network_subnet_reserved_ip
[x] cluster_network_subnet_reserved_ips
[x] cluster_network_attachment
[x] cluster_network_attachments
[x] instance_profile
[x] instance_profiles
[x] instance_template
[x] instance_templates
[x] instance
[x] instances
Changes in resource :
=== RUN TestAccIBMIsClusterNetworkBasicAllArgs --- PASS: TestAccIBMIsClusterNetworkBasicAllArgs (101.58s) PASS ok github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/vpc 170.876s
% make testacc TEST=./ibm/service/vpc TESTARGS='-run=TestAccIBMIsClusterNetworkInterfaceBasic' === RUN TestAccIBMIsClusterNetworkInterfaceBasic --- PASS: TestAccIBMIsClusterNetworkInterfaceBasic (73.66s) PASS ok github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/vpc 75.804s
% make testacc TEST=./ibm/service/vpc TESTARGS='-run=TestAccIBMIsClusterNetworkSubnetBasic' === RUN TestAccIBMIsClusterNetworkSubnetBasic --- PASS: TestAccIBMIsClusterNetworkSubnetBasic (66.31s) === RUN TestAccIBMIsClusterNetworkSubnetBasicAllArgs --- PASS: TestAccIBMIsClusterNetworkSubnetBasicAllArgs (106.35s) PASS ok github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/vpc 174.488s
% make testacc TEST=./ibm/service/vpc TESTARGS='-run=TestAccIBMIsClusterNetworkSubnetReservedIPBasic' === RUN TestAccIBMIsClusterNetworkSubnetReservedIPBasic --- PASS: TestAccIBMIsClusterNetworkSubnetReservedIPBasic (72.40s) PASS ok github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/vpc 74.110s
% make testacc TEST=./ibm/service/vpc TESTARGS='-run=TestAccIBMISInstanceTemplate_clusternetworkbasic' === RUN TestAccIBMISInstanceTemplate_clusternetworkbasic --- PASS: TestAccIBMISInstanceTemplate_clusternetworkbasic (97.80s) PASS ok github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/vpc 99.749s
$ make testacc TESTARGS='-run=TestAccXXX'
...