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

aws: fix IOpS import on ebs / aws_instance #163

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

aws: fix IOpS import on ebs / aws_instance #163

wants to merge 4 commits into from

Conversation

tormath1
Copy link
Contributor

The attribute iops can't be set if the volume type is gp2 but it has to be present in the tfstate. A PreSync writer option has been added in order to perform this. Developer needs to implement this option for a provider if we wants to modify on the fly the HCL configuration following particular needs.

Closes: #157

the goal of this option is to perform action previous the Sync call
this method is used to perform modification on the HCL config
before the sync
@tormath1 tormath1 added Status: In progress Provider: AWS Issues related to the AWS Provider labels Jan 13, 2021
@tormath1 tormath1 self-assigned this Jan 13, 2021
@tormath1 tormath1 marked this pull request as ready for review January 14, 2021 08:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Provider: AWS Issues related to the AWS Provider Status: Need review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AWS iops attribute is only valid for io1 and io2 type EBS volumes, not gp2, sc1 and st1 types.
1 participant