Skip to content

Commit

Permalink
[#IOPLT-20] Dismiss APIM v1 (#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
AleDore authored Oct 20, 2023
1 parent 1114a21 commit c02c58f
Show file tree
Hide file tree
Showing 41 changed files with 107 additions and 1,800 deletions.
8 changes: 2 additions & 6 deletions src/core/99_variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -230,12 +230,12 @@ variable "cidr_subnet_appgateway" {

variable "cidr_subnet_apim" {
type = list(string)
description = "Api Management address space."
description = "Old Api Management address space."
}

variable "cidr_subnet_apim_v2" {
type = list(string)
description = "Api Management address space."
description = "Api Management V2 address space."
}

variable "cidr_subnet_vpn" {
Expand Down Expand Up @@ -455,10 +455,6 @@ variable "apim_publisher_name" {
type = string
}

variable "apim_sku" {
type = string
}

variable "apim_v2_sku" {
type = string
}
Expand Down
70 changes: 2 additions & 68 deletions src/core/README.md

Large diffs are not rendered by default.

283 changes: 0 additions & 283 deletions src/core/apim.tf

This file was deleted.

43 changes: 0 additions & 43 deletions src/core/apim_cgn_operator_search.tf

This file was deleted.

Loading

0 comments on commit c02c58f

Please sign in to comment.