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
Describe the bug
Get Inconsistent values for sensitive attribute issue error when try to create an integration to read AWS Route53 Resolver logs from CloudWatch (aws.route53_resolver_logs).
The integration is being created in even though this error output is observed.
Didn't notice any difference between request and response json's aws.route53_resolver_logs section.
To Reproduce
Steps to reproduce the behavior:
Use the configurations mentioned below in aws.route53_resolver_logs section.
╷
│ Error: Provider produced inconsistent result after apply
│
│ When applying changes to module.ec2["soa-deployed-elastic-agent-cicd-workflow-local"].module.integration["so-dev2-route53-resolver-logs-local"].elasticstack_fleet_integration_policy.integration_policy,
│ provider "provider[\"registry.terraform.io/elastic/elasticstack\"]" produced an unexpected new value: .input[35].streams_json: inconsistent values for sensitive attribute.
│
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.
╵
2024-11-05T18:24:22.252+0800 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2024-11-05T18:24:22.255+0800 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/elastic/elasticstack/0.11.11/darwin_arm64/terraform-provider-elasticstack_v0.11.11 pid=7368
2024-11-05T18:24:22.255+0800 [DEBUG] provider: plugin exited
Screenshots
If applicable, add screenshots to help explain your problem.
Versions (please complete the following information):
OS: MacOS Sonoma 14.7
Terraform Version: v1.3.10
Provider version: 0.11.11
Elasticsearch Version: 8.15.3
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
Get
Inconsistent values for sensitive attribute issue
error when try to create an integration to read AWS Route53 Resolver logs from CloudWatch (aws.route53_resolver_logs
).The integration is being created in even though this error output is observed.
Didn't notice any difference between request and response json's
aws.route53_resolver_logs
section.To Reproduce
Steps to reproduce the behavior:
Use the configurations mentioned below in
aws.route53_resolver_logs
section.Expected behavior
AWS Integration added to the fleet policy with the provided configurations without any error outputs.
Debug output
Request JSON:
Response JSON:
Screenshots
If applicable, add screenshots to help explain your problem.
Versions (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: