We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Constant destruction and recreation of iam user and ssm parameter on plan/apply. Is there a way to avoid this?
User and SSM parameter are created once and done.
Any time a new TF Plan is initiated.
No response
Logs:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the Bug
Constant destruction and recreation of iam user and ssm parameter on plan/apply. Is there a way to avoid this?
Expected Behavior
User and SSM parameter are created once and done.
Steps to Reproduce
Any time a new TF Plan is initiated.
Screenshots
No response
Environment
No response
Additional Context
Logs:
module.s3_user.module.s3_user.module.store_write[0].aws_ssm_parameter.default["/system_user/s3user-develop/access_key_id"] will be destroyed
(because module.s3_user.module.s3_user.module.store_write[0] is not in configuration)
} -> null
} -> null
}
module.s3_user.module.s3_user.module.store_write[0].aws_ssm_parameter.default["/system_user/s3user-develop/secret_access_key"] will be destroyed
(because module.s3_user.module.s3_user.module.store_write[0] is not in configuration)
} -> null
} -> null
}
The text was updated successfully, but these errors were encountered: