Skip to content

Commit

Permalink
refactor: removing peering_type variable & change in README file
Browse files Browse the repository at this point in the history
  • Loading branch information
srushti-patl committed Sep 21, 2023
1 parent a0300c6 commit d7f1a74
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ At minimum, you must set below variables in `terraform.tfvars` file:

## Initialize
- First step is to initialize the terraform directory/resource we are going to work on.
In the given example, the folder to perform CRUD operations on a fcr2serviceprofile connection can be found at examples/fcr2port/.
In the given example, the folder to perform CRUD operations on a fcr2serviceprofile connection can be found at examples/fcr2serviceprofile/.

- Change directory into - `CD cloudRouter2serviceprofile`
- Initialize Terraform plugins - `terraform init`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ bandwidth = 50
redundancy = "SECONDARY" #"PRIMARY" #||
redundancy_group_uuid = "53e04795-e6da-4756-9462-8bdc9b1f96d3" #OPTIONAL
purchase_order_number = "1-323292"
peering_type="PRIVATE"
aside_ap_type = "CLOUD_ROUTER"
fcr_uuid = "Fabric Cloud Router UUID"
zside_ap_type = "SP"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ variable "bandwidth" {}
variable "redundancy" {}
variable "redundancy_group_uuid" {}
variable "purchase_order_number" {}
variable "peering_type" {}
variable "aside_ap_type" {}
variable "fcr_uuid" {}
variable "zside_ap_type" {}
Expand Down

0 comments on commit d7f1a74

Please sign in to comment.