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

Inputs shown as required on Terraform Registry #229

Closed
ACannuniRP opened this issue Jul 26, 2021 · 3 comments
Closed

Inputs shown as required on Terraform Registry #229

ACannuniRP opened this issue Jul 26, 2021 · 3 comments

Comments

@ACannuniRP
Copy link

ACannuniRP commented Jul 26, 2021

Description

The following inputs are appearing as required on Terraform Registry but they are not required:

  • associate_public_ip_address
  • ipv6_address_count
  • ipv6_addresses
  • private_ip
  • user_data
  • user_data_base64
  • vpc_security_group_ids
@bryantbiggs
Copy link
Member

a resource definition may not require (optional) certain attributes, but depending on how the module is configured, they may be required. its not a 1:1 between module and the individual resources

@antonbabenko
Copy link
Member

I guess the issue reported is related to a well-known bug in the Terraform Registry - hashicorp/terraform#21417 (comment)

@github-actions
Copy link

github-actions bot commented Nov 8, 2022

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 8, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants