Skip to content

Commit

Permalink
Removed the certificate_id and ca_certificate_id Variables from the v…
Browse files Browse the repository at this point in the history
…ariables.tf and README files.
  • Loading branch information
scafeman committed Jun 20, 2023
1 parent 043a225 commit cca8001
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ This Terraform module will deploy an IPSec VPN Tunnel on an NSX-T Edge Gateway i
| authentication_mode | The authentication mode for the IPSec VPN tunnel | string | "PSK" | no |
| certificate_alias | The alias of the library certificate to use for authentication | string | "" | no |
| ca_certificate_alias | The alias of the CA certificate to use for authentication | string | "" | no |
| certificate_id | The ID of the library certificate to use for authentication | string | "" | no |
| ca_certificate_id | The ID of the CA certificate to use for authentication | string | "" | no |

## Outputs

Expand Down
9 changes: 0 additions & 9 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,3 @@ variable "certificate_alias" {
variable "ca_certificate_alias" {
default = ""
}

variable "certificate_id" {
default = ""
}

variable "ca_certificate_id" {
default = ""
}

0 comments on commit cca8001

Please sign in to comment.