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
private_networking = false, seems to be ignored #676
Labels
Comments
Hi there, Thanks for reaching out. The |
danaelhe
added a commit
that referenced
this issue
Aug 26, 2021
editing documentation to include private_networking has been deprecated.
danaelhe
added a commit
that referenced
this issue
Aug 26, 2021
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Creating an instance with
private_networking = false
appears to have the private networking enabled anyway,both in reality and in the
terraform show
output.I'm sorta new to Terraform, so if this is somehow a user mistake (or my mistake), my apologies.
Affected Resource(s)
Expected Behavior
I would think the output of
terraform show|grep priv
would show that private networking would be false, not true, given the apply preview and the .tf file show private_networking = false.Actual Behavior
terraform show
indicates that private networking was enabled.Steps to Reproduce
terraform init
terraform apply -var "do_token=$DIGITALOCEAN_ACCESS_TOKEN" -var "pvt_key=$HOME/.ssh/id_rsa" -auto-approve
Full log at gist link, with .tf files.
Terraform Configuration Files
https://gist.github.com/cameronelliott/9ef23e442572891937b0ed1c0c843f3f
Terraform version
Captured log Output
https://gist.github.com/cameronelliott/9ef23e442572891937b0ed1c0c843f3f
The text was updated successfully, but these errors were encountered: