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

Is this module work again ? #150

Open
Hraesvelg opened this issue Dec 24, 2024 · 1 comment
Open

Is this module work again ? #150

Hraesvelg opened this issue Dec 24, 2024 · 1 comment
Labels
bug Something isn't working Stale

Comments

@Hraesvelg
Copy link

TL;DR

Hello, i try to create google_address with dns parameters (and later to assign to compute instance)

terraform is well executed ! no particular error :

  • DNS record is not set (i tested with enable_cloud_dns = true...i probably tested every configurations)
  • Second point i try to assign IP to compute_instance :
    access_config = [{
    nat_ip = module.my_address.addresses[0]
    network_tier = "PREMIUM"
    }]
    but compute_instance is built without external IP...

Expected behavior

No response

Observed behavior

No response

Terraform Configuration

terraform {
    required_providers {
        google = {
            source  = "hashicorp/google"
            version = "6.14.1"
        }
    }
}

Terraform Version

Terraform v1.10.3
on linux_amd64

Additional information

No response

@Hraesvelg Hraesvelg added the bug Something isn't working label Dec 24, 2024
Copy link

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days

@github-actions github-actions bot added the Stale label Feb 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Stale
Projects
None yet
Development

No branches or pull requests

1 participant