aws_cloudtrail does not respect initial include_global_service_events value of false #2208
Labels
bug
Addresses a defect in current functionality.
service/cloudtrail
Issues and PRs that pertain to the cloudtrail service.
Milestone
Hi there,
Terraform Version
Terraform v0.10.8
Affected Resource(s)
Please list the resources as a list, for example:
Terraform Configuration Files
Expected Behavior
When the CloudTrail is created,
include_global_service_events
should befalse
.Actual Behavior
The CloudTrail is created with
include_global_service_events
astrue
. By runningterraform plan
again it shows it wants to change fromtrue
tofalse
. Runningterraform apply
changes the setting fromtrue
tofalse
.Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
terraform plan
Example Output
The text was updated successfully, but these errors were encountered: