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

Datasource for AWS PrivateLink VPC endpoint #163

Open
Ondrej-Sevce opened this issue Oct 20, 2023 · 0 comments
Open

Datasource for AWS PrivateLink VPC endpoint #163

Ondrej-Sevce opened this issue Oct 20, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@Ondrej-Sevce
Copy link

Description

When setting up AWS PrivateLink connection to Coralogix, it is currently needed to source VPC endpoints from Coralogix documentation [1].

A more convenient solution would be to have a datasource which would provide the VPC endpoint URL, similar to how other vendors implement this [2].

New or Affected Resource(s)

Not affecting existing resources.

Potential Terraform Configuration

data "coralogix_system_get_privatelink_config" "coralogix_private_link" {}

resource "aws_vpc_endpoint" "coralogix_private_link" {
  vpc_id              = var.vpc_id
  service_name        = data.coralogix_system_get_privatelink_config.coralogix_private_link.aws_vpce_id
  vpc_endpoint_type   = "Interface"
.....
}

References

[1] https://coralogix.com/docs/coralogix-amazon-web-services-aws-privatelink-endpoints/

[2] https://registry.terraform.io/providers/Snowflake-Labs/snowflake/latest/docs/data-sources/system_get_privatelink_config

  • #0000

Community Note

  • Please vote on this issue by adding a
    👍 reaction to the original
    issue to help the community and maintainers prioritize this request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment
@Ondrej-Sevce Ondrej-Sevce added the enhancement New feature or request label Oct 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant