-
Notifications
You must be signed in to change notification settings - Fork 189
feat: Adds support for region & customer_endpoint_dns_name in privatelink #1982
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: Adds support for region & customer_endpoint_dns_name in privatelink #1982
Conversation
b14634a
to
8252f58
Compare
...erationonlinearchive/resource_privatelink_endpoint_service_data_federation_online_archive.go
Show resolved
Hide resolved
...erationonlinearchive/resource_privatelink_endpoint_service_data_federation_online_archive.go
Show resolved
Hide resolved
website/docs/r/privatelink_endpoint_service_data_federation_online_archive.html.markdown
Outdated
Show resolved
Hide resolved
...ononlinearchive/resource_privatelink_endpoint_service_data_federation_online_archive_test.go
Outdated
Show resolved
Hide resolved
website/docs/r/privatelink_endpoint_service_data_federation_online_archive.html.markdown
Show resolved
Hide resolved
...iononlinearchive/data_source_privatelink_endpoint_service_data_federation_online_archives.go
Outdated
Show resolved
Hide resolved
...nlinearchive/data_source_privatelink_endpoint_service_data_federation_online_archive_test.go
Outdated
Show resolved
Hide resolved
...ononlinearchive/resource_privatelink_endpoint_service_data_federation_online_archive_test.go
Show resolved
Hide resolved
website/docs/r/privatelink_endpoint_service_data_federation_online_archive.html.markdown
Outdated
Show resolved
Hide resolved
...ononlinearchive/resource_privatelink_endpoint_service_data_federation_online_archive_test.go
Outdated
Show resolved
Hide resolved
...erationonlinearchive/resource_privatelink_endpoint_service_data_federation_online_archive.go
Outdated
Show resolved
Hide resolved
website/docs/d/privatelink_endpoint_service_data_federation_online_archive.markdown
Show resolved
Hide resolved
website/docs/r/privatelink_endpoint_service_data_federation_online_archive.html.markdown
Show resolved
Hide resolved
website/docs/d/privatelink_endpoint_service_data_federation_online_archive.markdown
Outdated
Show resolved
Hide resolved
… only "updatable" argument
...ononlinearchive/resource_privatelink_endpoint_service_data_federation_online_archive_test.go
Outdated
Show resolved
Hide resolved
...ononlinearchive/resource_privatelink_endpoint_service_data_federation_online_archive_test.go
Outdated
Show resolved
Hide resolved
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.
LGTM, just a couple of minor comments
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.
Left a few comments, questions, and made a few commits directly to this PR. I don't need to review again, overall great first PR @EspenAlbert!
website/docs/r/privatelink_endpoint_service_data_federation_online_archive.html.markdown
Outdated
Show resolved
Hide resolved
website/docs/r/privatelink_endpoint_service_data_federation_online_archive.html.markdown
Outdated
Show resolved
Hide resolved
website/docs/r/privatelink_endpoint_service_data_federation_online_archive.html.markdown
Outdated
Show resolved
Hide resolved
website/docs/r/privatelink_endpoint_service_data_federation_online_archive.html.markdown
Outdated
Show resolved
Hide resolved
website/docs/r/privatelink_endpoint_service_data_federation_online_archive.html.markdown
Outdated
Show resolved
Hide resolved
website/docs/r/privatelink_endpoint_service_data_federation_online_archive.html.markdown
Outdated
Show resolved
Hide resolved
website/docs/d/privatelink_endpoint_service_data_federation_online_archive.html.markdown
Outdated
Show resolved
Hide resolved
website/docs/d/privatelink_endpoint_service_data_federation_online_archives.html.markdown
Show resolved
Hide resolved
Need to support testing in different environments and value should be set based on the vpc endpoint created outside the test.
…pdate examples with actual example values instead of placeholders
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.
LGTM
project_id = var.project_id | ||
endpoint_id = aws_vpc_endpoint.vpce_east.id | ||
provider_name = "AWS" | ||
comment = "Terraform Acceptance Test" |
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.
knitpit: i would change this comment as it's in the example folder and it's intended to be used by customers as a template, e.g.: "Example of data federation online archive"
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.
Updated in d62a3ae 👍
Description
Adds support for
region
&customer_endpoint_dns_name
inprivatelinkendpointservicedatafederationonlinearchive
.Also, enables editing of the
comment
attribute.Link to any related issue(s): CLOUDP-229354
GH Issue: #1878
Type of change:
Required Checklist:
Further comments
Minimal setup for testing manually:
How to find the
service_name
:After creating the resource in the Atlas UI:
Running CI tests locally: