-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[VPC] name attribute in
resource/opentelekomcloud_vpc_eip_v1
(#2345)
[VPC] name attribute in `resource/opentelekomcloud_vpc_eip_v1` Summary of the Pull Request PR Checklist Refers to: #2272 Tests added/passed. Documentation updated. Schema updated. Release notes added. Acceptance Steps Performed === RUN TestAccVpcV1EIP_basic === PAUSE TestAccVpcV1EIP_basic === CONT TestAccVpcV1EIP_basic --- PASS: TestAccVpcV1EIP_basic (63.31s) === RUN TestAccVpcV1EIP_UnAssing === PAUSE TestAccVpcV1EIP_UnAssing === CONT TestAccVpcV1EIP_UnAssing --- PASS: TestAccVpcV1EIP_UnAssing (91.86s) === RUN TestAccVpcV1EIP_timeout === PAUSE TestAccVpcV1EIP_timeout === CONT TestAccVpcV1EIP_timeout --- PASS: TestAccVpcV1EIP_timeout (40.14s) PASS Process finished with the exit code 0 === RUN TestAccVpcEipV1DataSource_basic === PAUSE TestAccVpcEipV1DataSource_basic === CONT TestAccVpcEipV1DataSource_basic --- PASS: TestAccVpcEipV1DataSource_basic (134.12s) PASS Process finished with exit code 0 Reviewed-by: Aloento Reviewed-by: Vladimir Vshivkov Reviewed-by: Artem Lifshits
- Loading branch information
1 parent
86cbb7e
commit 29f47f4
Showing
9 changed files
with
108 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
enhancements: | ||
- | | ||
**[VPC]** Add ``name`` attribute to ``resource/opentelekomcloud_vpc_eip_v1`` (`#2345 <https://github.com/opentelekomcloud/terraform-provider-opentelekomcloud/pull/2345>`_) | ||
- | | ||
**[VPC]** Search by `name_regex` in ``data-source/opentelekomcloud_vpc_eip_v1*`` (`#2345 <https://github.com/opentelekomcloud/terraform-provider-opentelekomcloud/pull/2345>`_) |