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
data.datadog_ip_ranges.this: Reading...
╷
│ Error: invalid character '<' looking for beginning of value
│
│ with data.datadog_ip_ranges.this,
│ on datadog.tf line 16, in data "datadog_ip_ranges" "this":
│ 16: data "datadog_ip_ranges" "this" {}
│
Expected Behavior
terraform plan to succed and provide IP ranges.
Actual Behavior
terraform plan failed to provide IP ranges with following error: Error: invalid character '<' looking for beginning of value
Steps to Reproduce
Use above terraform hcl code snippet,
populate variables: app_key, api_key
terraform init
terraform plan
Important Factoids
This issue doesn't occur with datadog provider 3.14.
Changing version = "= 3.15" to 3.14 results with working plan.
Terraform Version
Terraform v1.2.8
Affected Resource(s)
Terraform Configuration Files
Debug Output
Expected Behavior
terraform plan to succed and provide IP ranges.
Actual Behavior
terraform plan failed to provide IP ranges with following error:
Error: invalid character '<' looking for beginning of value
Steps to Reproduce
Use above terraform hcl code snippet,
Important Factoids
This issue doesn't occur with datadog provider 3.14.
Changing
version = "= 3.15"
to3.14
results with working plan.References
Other issue with same error:
#1065
#364
#364
The text was updated successfully, but these errors were encountered: