Skip to content

Commit

Permalink
Merge pull request #34 from DataDog/kanishkt/oci_metrics
Browse files Browse the repository at this point in the history
ECI-418 Change the auth user email for DatadogAuthUser
  • Loading branch information
bengillmandd authored Jan 29, 2025
2 parents ed8676f + 6bcb766 commit 817295a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datadog-oci-orm/policy-setup/policy.tf
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ resource "oci_identity_user" "read_only_user" {
compartment_id = var.tenancy_ocid
description = "[DO NOT REMOVE] Read only user created for fetching resources metadata which is used by Datadog Integrations"
name = "DatadogAuthUser"
email = "test@test.com"
email = "test@datadoghq.com"

#Optional
defined_tags = {}
Expand Down

0 comments on commit 817295a

Please sign in to comment.