chore: datadog updates - infra:upgrade, remove datadog provider, rename remote state refs#98
Closed
tseporamaisa wants to merge 1 commit into
Closed
chore: datadog updates - infra:upgrade, remove datadog provider, rename remote state refs#98tseporamaisa wants to merge 1 commit into
tseporamaisa wants to merge 1 commit into
Conversation
…me remote state refs - Ran task infra:upgrade to pull latest common Terraform files - Removed datadog provider block from _terraform.tf / _providers.tf (if present) - Renamed _remotes.tf data sources: tf_base->tf_aws_base, tf_environment->tf_aws_environment, tf_master->tf_aws_devops - Updated S3 state keys to use tf-aws-* prefix - Updated all remote state references in service files - Ran terraform fmt DAT-99 https://prodigyfinance.atlassian.net/wiki/spaces/DEVOPS/pages/5131927553/2026-05-13+-+Datadog+Updates
Contributor
Author
|
Closing — this repo has no Terraform infrastructure files (no infra/ directory), so the Datadog infra update (DAT-99) does not apply. The commit only contained unrelated stray files. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Applies Datadog infrastructure updates as per DevOps instructions.
Changes
task infra:upgradeto pull latest common Terraform files fromterraform-common_terraform.tf/_providers.tf(if present)_remotes.tf:tf_base→tf_aws_base(key:tf-base/→tf-aws-base/)tf_environment→tf_aws_environment(key:environment/→tf-aws-environment/)tf_master→tf_aws_devops(key:master/→tf-aws-devops/)terraform fmtReferences
Note
Build/apply per environment is a manual step after PR review.