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

Note yandex_vpc_address resource #332

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Note yandex_vpc_address resource
Add note to use yandex_vpc_address resource innat_ip_address
  • Loading branch information
ka1bi4 authored Apr 5, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 296c6b8af0576f77ea86af4e87fde7e7f0c8041d
2 changes: 1 addition & 1 deletion website/docs/r/compute_instance.html.markdown
Original file line number Diff line number Diff line change
@@ -168,7 +168,7 @@ The `network_interface` block supports:

* `nat` - (Optional) Provide a public address, for instance, to access the internet over NAT.

* `nat_ip_address` - (Optional) Provide a public address, for instance, to access the internet over NAT. Address should be already reserved in web UI.
* `nat_ip_address` - (Optional) Provide a public address, for instance, to access the internet over NAT. You can use `yandex_vpc_address` resource to create and manage a public address or address should be already reserved in web UI.

* `security_group_ids` - (Optional) Security group ids for network interface.