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

Error: scaleway-sdk-go: invalid argument(s): dns_local_name is wrongly formatted, regex: {} #9

Open
rdagnelie opened this issue Jun 4, 2024 · 0 comments

Comments

@rdagnelie
Copy link

rdagnelie commented Jun 4, 2024

Hi,

I tried this example:

module "vpc" {
  source  = "scaleway/vpc-module/scaleway"
  version = ">= 1.0.0"

  name = "vpc"
  public_gateway_name  = "default_vpc"
  private_network_name = "default_pn"
  zones                = ["fr-par-2"]
  public_gateway_bastion_enabled = true
}

and I have this result:

│ Error: scaleway-sdk-go: invalid argument(s): dns_local_name is wrongly formatted, regex: {}
│ 
│   with module.vpc.scaleway_vpc_public_gateway_dhcp.main[0],
│   on .terraform/modules/vpc/main.tf line 62, in resource "scaleway_vpc_public_gateway_dhcp" "main":
│   62: resource "scaleway_vpc_public_gateway_dhcp" "main" {

Can you make a release with latest fixes from the main branch ?

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

No branches or pull requests

1 participant