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
I have a terraform config for an AWS launch configuration which contains the following line: enable_monitoring = false
as per the docs: https://www.terraform.io/docs/providers/aws/r/launch_configuration.html#enable_monitoring
On running terraform apply, the following line appears in the output: enable_monitoring: "" => "0"
However once the apply has completed and I view the instance in AWS, detailed monitoring is enabled.
I'm running terraform v0.6.0 on Mac OS X 10.10.4
The text was updated successfully, but these errors were encountered:
Hey @antonosmond – thanks for reporting this. I just patched this recently and the fix will go out in the next release, which should be in the next few days. The fix was in #2735 , if you're curious.
Awesome stuff thanks for the update! Can't wait for the next release I was
wondering when it would come.
On 20 Jul 2015 17:01, "Clint" notifications@github.com wrote:
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.
ghost
locked and limited conversation to collaborators
May 1, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have a terraform config for an AWS launch configuration which contains the following line:
enable_monitoring = false
as per the docs:
https://www.terraform.io/docs/providers/aws/r/launch_configuration.html#enable_monitoring
On running terraform apply, the following line appears in the output:
enable_monitoring: "" => "0"
However once the apply has completed and I view the instance in AWS, detailed monitoring is enabled.
I'm running terraform v0.6.0 on Mac OS X 10.10.4
The text was updated successfully, but these errors were encountered: