-
Notifications
You must be signed in to change notification settings - Fork 2
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
Dns resolution binding #271
Conversation
default_security_group_name = "dsgn" | ||
default_routing_table_name = "drtn" | ||
tags = ["Tag1", "tag2"] | ||
}`, name) |
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.
This configuration does not include DNS attributes?
vpc { | ||
id = ibm_is_vpc.vpc2.id | ||
} | ||
} |
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.
missing examples for VPC
@@ -53,6 +71,39 @@ Review the argument references that you can specify for your resource. | |||
- `default_network_acl_name` - (Optional, String) Enter the name of the default network access control list (ACL). | |||
- `default_security_group_name` - (Optional, String) Enter the name of the default security group. | |||
- `default_routing_table_name` - (Optional, String) Enter the name of the default routing table. | |||
- `dns` - (Optional, List) The DNS configuration for this VPC. | |||
|
|||
Nested scheme for `dns`: |
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.
Note - This feature is a Select Location availability invitation only feature. If used in other regions may lead to inconsistencies in state management.
subcategory: "Virtual Private Cloud API" | ||
--- | ||
|
||
# ibm_is_vpc_dns_resolution_binding |
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.
Note - This feature is a Select Location availability invitation only feature. If used in other regions may lead to inconsistencies in state management.
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.
@@ -88,6 +88,7 @@ Review the argument references that you can specify for your resource. | |||
**•** For more information, about creating access tags, see [working with tags](https://cloud.ibm.com/docs/account?topic=account-tag&interface=ui#create-access-console).</br> | |||
**•** You must have the access listed in the [Granting users access to tag resources](https://cloud.ibm.com/docs/account?topic=account-access) for `access_tags`</br> | |||
**•** `access_tags` must be in the format `key:value`. | |||
- `allow_dns_resolution_binding` - (Optional, bool) Indicates whether to allow this endpoint gateway to participate in DNS resolution bindings with a VPC that has dns.enable_hub set to true. |
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.
Note - This feature is a Select Location availability invitation only feature. If used in other regions may lead to inconsistencies in state management.
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.
} | ||
} | ||
} | ||
|
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.
Can we add an example with zone affinity please all three zones?
65bca04
to
bc14e2b
Compare
moving to upstream |
Community Note
Relates OR Closes #0000
Output from acceptance testing: