cloudposse / terraform-aws-ec2-client-vpn

https://cloudposse.com/accelerate
Apache License 2.0
44 stars 27 forks source link

Unauthorized error with retrieving the client configuration; cannot get around the error and stuck with resources #87

Open laffey opened 11 months ago

laffey commented 11 months ago

Describe the Bug

You all should remove this from the repository. It doesn't work and needs lots of help. Waste of my time.

I can't even destroy the resources because of an unauthorized error, and I am using privileged aws access, so there is no lack of authorization.

Error: UnauthorizedOperation: You are not authorized to perform this operation....

with module.vpn.data.awsutils_ec2_client_vpn_export_client_config.default[0], │ on .terraform/modules/vpn/main.tf line 264, in data "awsutils_ec2_client_vpn_export_client_config" "default": │ 264: data "awsutils_ec2_client_vpn_export_client_config" "default" {

Expected Behavior

Error after all resources created. Now I cannot delete resources.

Steps to Reproduce

terraform apply. Test your own code...

Screenshots

No response

Environment

No response

Additional Context

No response