Skip to content

Commit

Permalink
missed resource name
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcalalang committed Jan 17, 2024
1 parent 9bf7444 commit b64bf59
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ jobs:
BIG-IP-Terraform-Infrastructure:
# The type of runner that the job will run on
runs-on: ubuntu-20.04
needs: [Cloud-Network-Terraform-Infrastructure]
needs: [Active-Directory-Terraform-Infrastructure]

# Environment Variables
env:
Expand Down Expand Up @@ -663,7 +663,7 @@ jobs:
NGINX-Terraform-Infrastructure:
# The type of runner that the job will run on
runs-on: ubuntu-20.04
needs: [Cloud-Network-Terraform-Infrastructure]
needs: [Active-Directory-Terraform-Infrastructure]

# Environment Variables
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ resource "volterra_http_loadbalancer" "http-lb-nginx-calalang-net" {
methods = ["GET"]
app_firewall_detection_control {
exclude_signature_contexts {
signature_id = 000000000
signature_id = 10000000
context = "CONTEXT_URL"
}
exclude_signature_contexts {
signature_id = 000000001
signature_id = 10000000
context = "CONTEXT_URL"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ data "azurerm_subnet" "existing" {

################################# Active Directory Azure Instance Group #################################

# Active Directory API Gateway Security Groups
# Active Directory Instance Security Groups

resource "azurerm_network_security_group" "active-directory-instances-sg" {
name = "active-directory-instances-sg"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Resource Group for NGINX resources
## Resource Group for Active Directory resources

resource "azurerm_resource_group" "nginx-resource-group" {
resource "azurerm_resource_group" "active-directory-resource-group" {
name = var.resource_group_name
location = var.location

Expand Down

0 comments on commit b64bf59

Please sign in to comment.