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

* Update mount_target_ip_address variable #45

Closed
wants to merge 1 commit into from

Conversation

fedemzcor
Copy link

@fedemzcor fedemzcor commented Jun 25, 2020

what

  • mount_target_ip_address variable is now by default equals to null

why

  • Error: expected ip_address to contain a valid IPv4 address, got:
    on .terraform/modules/efs/main.tf line 26, in resource "aws_efs_mount_target" "default":
  • terraform cannot validate an empty string as value of IPv4 address

references

mount_target_ip_address variable is now by default equals to null to solve this problem:

 Error: expected ip_address to contain a valid IPv4 address, got: 
   on .terraform/modules/efs/main.tf line 26, in resource "aws_efs_mount_target" "default":
   26: resource "aws_efs_mount_target" "default" {
@osterman
Copy link
Member

/test all

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.

Getting expected ip_address to contain a valid IPv4 address error with AWS provider >= 2.65.0
2 participants