Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lesleycw committed Sep 11, 2023
1 parent 7a994cf commit d2fc682
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 14 deletions.
6 changes: 3 additions & 3 deletions code/terraform/f5-xc-aws-ce/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Terraform to create F5XC AWS cloud CE

## Usage

- Clone this repo with: `git clone --recurse-submodules https:/cklewar/f5-xc-aws-ce`
- Clone this repo with: `git clone --recurse-submodules https:/devcentral/f5xc-solutions`
- Enter repository directory with: `cd aws cloud ce`
- Obtain F5XC API certificate file from Console and save it to `cert` directory
- Pick and choose from below examples and add mandatory input data and copy data into file `main.py.example`.
Expand Down Expand Up @@ -50,7 +50,7 @@ variable "f5xc_namespace" {
variable "f5xc_aws_cred" {
type = string
default = "ck-aws-01"
default = "user-aws-01"
}
variable "f5xc_aws_region" {
Expand All @@ -65,7 +65,7 @@ variable "f5xc_aws_availability_zone" {
variable "owner" {
type = string
default = "c.klewar@f5.com"
default = "user@f5.com"
}
variable "ssh_public_key_file" {
Expand Down
4 changes: 2 additions & 2 deletions code/terraform/f5-xc-aws-ce/main.tf.example
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ variable "f5xc_namespace" {

variable "f5xc_aws_cred" {
type = string
default = "ck-aws-01"
default = "user-aws-01"
}

variable "f5xc_aws_region" {
Expand All @@ -48,7 +48,7 @@ variable "f5xc_aws_availability_zone" {

variable "owner" {
type = string
default = "c.klewar@f5.com"
default = "user@f5.com"
}

variable "ssh_public_key_file" {
Expand Down
2 changes: 1 addition & 1 deletion code/terraform/f5-xc-aws-ce/versions.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform {
required_version = ">= 1.3.0"
cloud {
organization = "cklewar"
organization = "f5xc"
hostname = "app.terraform.io"

workspaces {
Expand Down
4 changes: 2 additions & 2 deletions code/terraform/f5-xc-azure-ce/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Terraform to create F5XC Azure cloud CE

## Usage

- Clone this repo with `git clone --recurse-submodules https:/cklewar/f5-xc-azure-ce`
- Clone this repo with `git clone --recurse-submodules https:/devcentral/f5xc-solutions`
- Enter repository directory with `cd azure cloud ce`
- Obtain F5XC API certificate file from Console and save it to `cert` directory
- Pick and choose from below examples and add mandatory input data and copy data into file `main.py.example`.
Expand Down Expand Up @@ -63,7 +63,7 @@ module "ce" {
azurerm_vnet_address_space = ["192.168.0.0/21"]
azure_security_group_rules_slo = []
azurerm_instance_admin_username = "centos"
owner_tag = "c.klewar@f5.com"
owner_tag = "user@f5.com"
is_sensitive = false
has_public_ip = true
ssh_public_key = file(var.ssh_public_key_file)
Expand Down
2 changes: 1 addition & 1 deletion code/terraform/f5-xc-azure-ce/versions.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform {
required_version = ">= 1.3.0"
cloud {
organization = "cklewar"
organization = "f5xc"
hostname = "app.terraform.io"

workspaces {
Expand Down
2 changes: 1 addition & 1 deletion code/terraform/f5-xc-gcp-ce/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Terraform to create F5XC GCP cloud CE

## Usage

- Clone this repo with: `git clone --recurse-submodules https:/cklewar/f5-xc-gcp-ce`
- Clone this repo with: `git clone --recurse-submodules https:/f5devcentral/f5xc-solutions`
- Enter repository directory with: `cd f5xc-gcp-cloud-ce`
- Obtain F5XC API certificate file from Console and save it to `cert` directory
- Pick and choose from below examples and add mandatory input data and copy data into file `main.tf.example`.
Expand Down
2 changes: 1 addition & 1 deletion code/terraform/f5-xc-gcp-ce/versions.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform {
required_version = ">= 1.3.0"
cloud {
organization = "cklewar"
organization = "f5xc"
hostname = "app.terraform.io"

workspaces {
Expand Down
8 changes: 5 additions & 3 deletions code/terraform/teraform.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
F5 Distributed Cloud Terraform:
===============================
.. _guides:
The following are sample terraform deployments levaraging F5 Distributed Cloud SaaS-based services. They are intended to provide readers specific automation examples using the F5 Distributed Cloud Platform and its services for basic object configurations or full service deployments.
The following are sample terraform deployments leveraging F5 Distributed Cloud SaaS-based services. They are intended to provide readers specific automation examples using the F5 Distributed Cloud Platform and its services for basic object configurations or full service deployments.

.. toctree::
:maxdepth: 1
:glob:

terraform1/intro.rst
terraform2/intro.rst
f5-xc-aws-ce/README.md
f5-xc-azure-ce/README.md
f5-xc-gcp-ce/README.md
f5-xc-modules/README.md

0 comments on commit d2fc682

Please sign in to comment.