Skip to content

Commit

Permalink
rn
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-sidelnikov committed Apr 29, 2024
1 parent cf405aa commit d9b5452
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func getPortResourceFunc(cfg *cfg.Config, state *terraform.ResourceState) (inter
return ports.Get(client, state.Primary.Attributes["port_id"]).Extract()
}

func TestAccApiPublishment_basic(t *testing.T) {
func TestAccNetworkingV2PortAssociate_basic(t *testing.T) {
var port ports.Port
rc := common.InitResourceCheck(
resourcePortAssociateName,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
enhancements:
- |
**[NETWORK]** New resource ``resource/opentelekomcloud_networking_port_secgroup_associate_v2`` (`#2493 <https://github.com/opentelekomcloud/terraform-provider-opentelekomcloud/pull/2493>`_)
- |
**[NETWORK]** New data-source ``data-source/opentelekomcloud_networking_port_ids_v2`` (`#2493 <https://github.com/opentelekomcloud/terraform-provider-opentelekomcloud/pull/2493>`_)

0 comments on commit d9b5452

Please sign in to comment.