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

Add support to the --disable-outbound-traffic-protection VPC cluster create flag #5247

Merged

Conversation

golibali
Copy link
Contributor

@golibali golibali commented Mar 28, 2024

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 TEST=./ibm/service/kubernetes TESTARGS='-run=TestAccIBMContainerVPCClusterDisableOutboundTrafficProtection'
...
--- PASS: TestAccIBMContainerVPCClusterDisableOutboundTrafficProtection (4630.95s)
PASS
ok  	github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/kubernetes	4631.061s

@golibali golibali marked this pull request as ready for review March 28, 2024 14:13
@@ -340,6 +340,14 @@ func ResourceIBMContainerVpcCluster() *schema.Resource {
DiffSuppressFunc: flex.ApplyOnce,
},

"disable_outbound_traffic_protection": {
Copy link
Contributor

Choose a reason for hiding this comment

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

@hkantare
Copy link
Collaborator

Add the field to respective documentation

@hkantare hkantare merged commit cf4f926 into IBM-Cloud:master Apr 2, 2024
1 check passed
ismirlia pushed a commit to powervs-ibm/terraform-provider-ibm that referenced this pull request Apr 11, 2024
…create flag (IBM-Cloud#5247)

* Add support to the --disable-outbound-traffic-protection VPC cluster create flag

* Add UT and some uncommitted UT update
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.

None yet

4 participants