Skip to content

Commit

Permalink
Update Azure pre-reqs example
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Enright <[email protected]>
  • Loading branch information
jimright committed Jul 19, 2023
1 parent d047a39 commit 728b89d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ module "ex01_minimal_inputs" {
env_prefix = var.env_prefix
azure_region = var.azure_region

public_key_text = var.public_key_text

deployment_template = var.deployment_template

ingress_extra_cidrs_and_ports = var.ingress_extra_cidrs_and_ports
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@
env_prefix = "<ENTER_VALUE>" # Required name prefix for cloud and CDP resources, e.g. cldr1

# ------- Cloud Settings -------
azure_region = "<ENTER_VALUE>" # Change this to specify Cloud Provider region, e.g. eu-west-1

public_key_text = "<ENTER_VALUE> # Change this with the SSH public key text, e.g. ssh-rsa AAA....
azure_region = "<ENTER_VALUE>" # Change this to specify Cloud Provider region, e.g. eastus

# ------- CDP Environment Deployment -------
deployment_template = "<ENTER_VALUE>" # Specify the deployment pattern below. Options are public, semi-private or private
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ variable "azure_region" {
description = "Region which Cloud resources will be created"
}

variable "public_key_text" {
type = string

description = "SSH Public key string for the nodes of the CDP environment"
}

# ------- CDP Environment Deployment -------
variable "deployment_template" {
type = string
Expand Down

0 comments on commit 728b89d

Please sign in to comment.