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

Consolidate infrastructure #143

Merged
merged 3 commits into from
Jul 18, 2023
Merged

Consolidate infrastructure #143

merged 3 commits into from
Jul 18, 2023

Conversation

adelinn
Copy link
Contributor

@adelinn adelinn commented Jul 18, 2023

add tf infra for storybook site

@env0
Copy link

env0 bot commented Jul 18, 2023

🚀  env0 had composed a PR Plan for environment docsite-prod / docsite-storybook-prod :

Plan: 1 to add, 0 to change, 0 to destroy.
Plan Details
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
+   create

Terraform will perform the following actions:


  # azurerm_static_site.main will be created
+   resource "azurerm_static_site" "main" {
+       api_key             = (sensitive value)
+       default_host_name   = (known after apply)
+       id                  = (known after apply)
+       location            = "westeurope"
+       name                = "swa-docsite-storybook-prod"
+       resource_group_name = "docsite-prod"
+       sku_size            = "Free"
+       sku_tier            = "Free"
    }

Plan: 1 to add, 0 to change, 0 to destroy.
There are no cost estimation changes

Full PR Plan logs on env0

@github-actions
Copy link
Contributor

Azure Static Web Apps: Your stage site is ready! Visit it here: https://brave-coast-028fe6203-143.westeurope.3.azurestaticapps.net

Copy link
Collaborator

@laurensgroeneveld laurensgroeneveld left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@github-actions
Copy link
Contributor

Azure Static Web Apps: Your stage site is ready! Visit it here: https://brave-coast-028fe6203-143.westeurope.3.azurestaticapps.net

1 similar comment
@github-actions
Copy link
Contributor

Azure Static Web Apps: Your stage site is ready! Visit it here: https://brave-coast-028fe6203-143.westeurope.3.azurestaticapps.net

@laurensgroeneveld laurensgroeneveld merged commit ea3b64d into main Jul 18, 2023
8 checks passed
@laurensgroeneveld laurensgroeneveld deleted the feat/tf-infra branch July 18, 2023 14:31
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.

None yet

2 participants