-
Notifications
You must be signed in to change notification settings - Fork 24
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/Network Security Group #589
base: master
Are you sure you want to change the base?
Conversation
* feat: add nsg rule resource, moved logic from nsg
…g and rule import
# Conflicts: # go.mod # ionoscloud/data_source_cube_server.go # ionoscloud/data_source_nic.go # ionoscloud/data_source_server.go # ionoscloud/provider.go # ionoscloud/resource_cube_server.go # ionoscloud/resource_nic.go # ionoscloud/resource_nic_test.go # ionoscloud/resource_server_test.go # services/cloudapi/cloudapinic/nic.go # utils/constant/constants.go
Co-authored-by: Ionut Beti <[email protected]>
Co-authored-by: Ionut Beti <[email protected]>
- [ionoscloud_nsg](docs/resources/nsg.md) | ||
- [ionoscloud_nsg_firewallrule](docs/resources/nsg_firewallrule.md) | ||
- `Data Sources`: | ||
- [ionoscloud_nsg](docs/data-sources/nsg.md) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cristiGuranIonos shouldn't we also have a DS for NSG Firewall Rule?
. I see that we can retrieve a NSG
using the DS and look into the firewall rules for that NSG
, but maybe we also want to retrieve a specific firewall rule using the DC ID and the NSG ID.
Co-authored-by: Deatcu Andrei-Cristian <[email protected]>
Co-authored-by: Deatcu Andrei-Cristian <[email protected]>
Co-authored-by: Deatcu Andrei-Cristian <[email protected]>
Co-authored-by: Deatcu Andrei-Cristian <[email protected]>
Co-authored-by: Deatcu Andrei-Cristian <[email protected]>
Co-authored-by: Deatcu Andrei-Cristian <[email protected]>
Co-authored-by: Deatcu Andrei-Cristian <[email protected]>
Co-authored-by: Deatcu Andrei-Cristian <[email protected]>
Co-authored-by: Deatcu Andrei-Cristian <[email protected]>
…plement-nsg # Conflicts: # docs/resources/nsg_firewallrule.md # ionoscloud/resource_nsg.go
Quality Gate passedIssues Measures |
What does this fix or implement?
Implements Terraform resources for Network Security Groups and Network Security Group Rules
Checklist
feat:
/fix:
/doc:
/test:
/refactor:
)