You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it appears that when cluster_monitoring_interval is provided monitoring_interval at instance level cannot be set, returning the error InvalidParameterCombination: MonitoringInterval conflicts with cluster level parameter. during apply.
โ I have searched the open/closed issues and my issue is not listed.
โ ๏ธ Note
Before you submit an issue, please perform the following first:
Remove the local .terraform directory (! ONLY if state is stored remotely, which hopefully you are following that best practice!): rm -rf .terraform/
Re-initialize the project root to pull down modules: terraform init
Re-attempt your terraform plan or apply and check if the issue still persists