Skip to content

Commit

Permalink
hopefully i added the necessary required attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
ellenyuX committed Oct 18, 2024
1 parent 86c4d7e commit a7ca8de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ resource "azurerm_resource_group" "devops" {

resource "azurerm_static_web_app" "devops" {
name = "${var.my_name}-webapp"
location = "westeurope"
resource_group_name = "ellens_resource"
# Task 2.2:
}

Expand Down

0 comments on commit a7ca8de

Please sign in to comment.