Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(config): utilise la bonne url pour les images ft #3498

Merged
merged 2 commits into from
Dec 9, 2024

Conversation

sokl-octo
Copy link
Contributor

@sokl-octo sokl-octo commented Dec 6, 2024

  • Ajouter la variable sur github prod

Copy link
Contributor

github-actions bot commented Dec 6, 2024

Simulation des changements d'infrastruture Terraform sur scalingo-recette

Format et Style du code Terraform 🖌 : ❌

Validation de la configuration de Terraform (validate) 🤖 : ✅

Montrer le résultat de la validation

Success! The configuration is valid.


Terraform Plan 📖 : ✅

Montrer les modifications prévues par Terraform

terraform
data.cloudflare_zone.zone: Reading...
data.statuscake_contact_group.default_contact_group: Reading...
data.dotenv.envs_du_fichier_env: Reading...
module.front_app.data.environment_variables.scalingo_region_env: Reading...
module.front_app.data.environment_variables.scalingo_region_env: Read complete after 0s [id=09889f6d-eaa9-ba46-9532-cf89c29e124b]
data.dotenv.envs_du_fichier_env: Read complete after 0s [id=ӎ�m����@BQ����Y�n	]
data.cloudflare_zone.zone: Read complete after 0s [id=2df6de52b2ef58de5641d2f2f6b55e78]
cloudflare_record.domaine_analytics_eulerian["yssn.recette.1jeune1solution.gouv.fr"]: Refreshing state... [id=f6fb41d9ffcc10db04678dc58d419850]
data.statuscake_contact_group.default_contact_group: Read complete after 0s [id=286221]
module.front_app.data.scalingo_stack.stack: Reading...
module.front_app.data.scalingo_scm_integration.scm_integration["github"]: Reading...
module.front_app.data.scalingo_scm_integration.scm_integration["github"]: Read complete after 1s [id=8abb0726-3707-456b-823c-f119d20740aa]
module.front_app.data.scalingo_stack.stack: Read complete after 1s [id=st-7ccbf8e6-04d3-4e2c-98e3-604a4700cebc]
module.front_app.scalingo_app.app: Refreshing state... [id=6245cca7623d3a000e9b9517]
module.front_app.scalingo_addon.addons["redis"]: Refreshing state... [id=ad-102bc06d-ebc2-4324-a80a-7f030608cec6]
module.front_app.scalingo_container_type.containers["web"]: Refreshing state... [id=6245cca7623d3a000e9b9517:web]
cloudflare_record.domaine["recette.1jeune1solution.gouv.fr"]: Refreshing state... [id=6ac534541aae643b4c638fdf2a4d84f6]
module.front_app.scalingo_domain.canonical_domain["recette.1jeune1solution.gouv.fr"]: Refreshing state... [id=64d2081761d7b2000fbf653f]
module.front_app.scalingo_log_drain.app["elk"]: Refreshing state... [id=8cc87c3126e15f8e92570811ce549d5815989e34bbdeb7195b91ffa0030da85a]
module.front_app.scalingo_scm_repo_link.scm_repo_link["github"]: Refreshing state... [id=6245cca7623d3a000e9b9517]
statuscake_uptime_check.http_check: Refreshing state... [id=6673787]
module.front_app.scalingo_log_drain.addons["redis-elk"]: Refreshing state... [id=650611545e1d258c00cc24a2f642123d85eb56c8b9ffbbc4a889475c1c64716b]

Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  ~ update in-place

Terraform will perform the following actions:

  # module.front_app.scalingo_app.app will be updated in-place
  ~ resource "scalingo_app" "app" {
      ~ environment     = {
          + "FRANCE_TRAVAIL_IMAGES_HOSTNAME"                          = (sensitive value)
            # (94 unchanged elements hidden)
        }
        id              = "6245cca7623d3a000e9b9517"
        name            = "1j1s-front"
        # (8 unchanged attributes hidden)
    }

Plan: 0 to add, 1 to change, 0 to destroy.

─────────────────────────────────────────────────────────────────────────────

Note: You didn't use the -out option to save this plan, so Terraform can't
guarantee to take exactly these actions if you run "terraform apply" now.

Pour appliquer les changements proposés par ce plan :

  • en recette : il suffit de merger cette PR
  • en production : il faut merger la PR de release (créée par release-please)

Environnement: scalingo-recette, Auteur: @sokl-octo, Répertoire: ./terraform

@sokl-octo sokl-octo force-pushed the fix/UNJ1S-2306-image-offre-ft branch from 8626f03 to a416b9c Compare December 6, 2024 16:04
.env.test Outdated Show resolved Hide resolved
@sokl-octo sokl-octo force-pushed the fix/UNJ1S-2306-image-offre-ft branch from a416b9c to 5782d20 Compare December 6, 2024 16:41
@sokl-octo sokl-octo merged commit a69a560 into main Dec 9, 2024
7 checks passed
@sokl-octo sokl-octo deleted the fix/UNJ1S-2306-image-offre-ft branch December 9, 2024 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants