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

Fix cloudconnexa_vpn_region data source #39

Merged
merged 1 commit into from
Aug 1, 2024

Conversation

sahaqaa
Copy link
Contributor

@sahaqaa sahaqaa commented Aug 1, 2024

We changed data source to expect "id" field:

data "cloudconnexa_vpn_region" "name" {
  id = "us-west-1"
}

output "name" {
  value = data.cloudconnexa_vpn_region.name
}

but forgot to update it in code and it was crashing provider. Now all good

@sahaqaa sahaqaa requested a review from a team as a code owner August 1, 2024 12:17
@sahaqaa sahaqaa merged commit 731a6f2 into main Aug 1, 2024
3 checks passed
@sahaqaa sahaqaa deleted the fix-cloudconnexa_vpn_region-data-source branch August 1, 2024 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants