cds-snc / notification-terraform

Terraform for notification.canada.ca
MIT License
13 stars 6 forks source link

new relic imported #1458

Closed ben851 closed 1 month ago

ben851 commented 1 month ago

Summary | Résumé

This will hopefully finalize the newrelic import for staging

Related Issues | Cartes liées

Test instructions | Instructions pour tester la modification

TF Apply works

Release Instructions | Instructions pour le déploiement

None.

Reviewer checklist | Liste de vérification du réviseur

⚠ If boxes cannot be checked off before merging the PR, they should be moved to the "Release Instructions" section with appropriate steps required to verify before release. For example, changes to celery code may require tests on staging to verify that performance has not been affected.

github-actions[bot] commented 1 month ago

Staging: newrelic

✅   Terraform Init: success ✅   Terraform Validate: success ✅   Terraform Format: success ✅   Terraform Plan: success ⚠️   Warning: resources will be destroyed by this change!

Plan: 2 to add, 0 to change, 1 to destroy
Show summary | CHANGE | NAME | |----------|----------------------------------------------------------------------| | add | `newrelic_cloud_aws_integrations.newrelic_cloud_integration_pull[0]` | | recreate | `newrelic_cloud_aws_link_account.newrelic_cloud_integration_pull[0]` |
Show plan ```terraform Resource actions are indicated with the following symbols: + create -/+ destroy and then create replacement Terraform will perform the following actions: # newrelic_cloud_aws_integrations.newrelic_cloud_integration_pull[0] will be created + resource "newrelic_cloud_aws_integrations" "newrelic_cloud_integration_pull" { + account_id = (sensitive value) + id = (known after apply) + linked_account_id = (known after apply) + alb {} + api_gateway {} + auto_scaling {} + aws_app_sync {} + aws_athena {} + aws_cognito {} + aws_connect {} + aws_direct_connect {} + aws_fsx {} + aws_glue {} + aws_kinesis_analytics {} + aws_media_convert {} + aws_media_package_vod {} + aws_mq {} + aws_msk {} + aws_neptune {} + aws_qldb {} + aws_route53resolver {} + aws_states {} + aws_transit_gateway {} + aws_waf {} + aws_wafv2 {} + billing {} + cloudfront {} + cloudtrail {} + doc_db {} + dynamodb {} + ebs {} + ec2 {} + ecs {} + efs {} + elasticache {} + elasticbeanstalk {} + elasticsearch {} + elb {} + emr {} + health {} + iam {} + iot {} + kinesis {} + kinesis_firehose {} + lambda {} + rds {} + redshift {} + route53 {} + s3 {} + ses {} + sns {} + sqs {} + trusted_advisor {} + vpc {} + x_ray {} } # newrelic_cloud_aws_link_account.newrelic_cloud_integration_pull[0] must be replaced -/+ resource "newrelic_cloud_aws_link_account" "newrelic_cloud_integration_pull" { # Warning: this attribute value will be marked as sensitive and will not # display in UI output after applying this change. The value is unchanged. ~ account_id = (sensitive value) ~ arn = "arn:aws:iam::239043911459:role/NewRelicLambdaIntegrationRole_2691974" -> "arn:aws:iam::239043911459:role/NewRelicInfrastructure-Integrations-staging" # forces replacement ~ id = "98515" -> (known after apply) ~ name = "Staging lambda - 239043911459" -> "staging pull" # (1 unchanged attribute hidden) } Plan: 2 to add, 0 to change, 1 to destroy. ───────────────────────────────────────────────────────────────────────────── Saved the plan to: plan.tfplan To perform exactly these actions, run the following command to apply: terraform apply "plan.tfplan" ```