Skip to content

Commit

Permalink
Merge pull request #353 from chkp-nimrodgab/ng-dev
Browse files Browse the repository at this point in the history
AWS TF | Documentation | Correct a misleading path in Readme file
  • Loading branch information
chkp-romanka authored Mar 26, 2024
2 parents a2768f5 + 70d4fcc commit b0bb0da
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion terraform/aws/gwlb-master/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ secret_key = "my-secret-key"
// secret_key = var.aws_secret_access_key
}
```
b. The next lines in main.tf file, in the provider aws resource, need to be commented for sub-modules /terraform/aws/autoscale, /terraform/aws/modules/management and /terraform/aws/modules/cme-iam-role-gwlb:
b. The next lines in main.tf file, in the provider aws resource, need to be commented for sub-modules /terraform/aws/autoscale, /terraform/aws/management and /terraform/aws/cme-iam-role-gwlb:
```
provider "aws" {
// region = var.region
Expand Down
2 changes: 1 addition & 1 deletion terraform/aws/gwlb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ secret_key = "my-secret-key"
// secret_key = var.aws_secret_access_key
}
```
b. The next lines in main.tf file, in the provider aws resource, need to be commented for sub-modules /terraform/aws/autoscale, /terraform/aws/modules/management and /terraform/aws/modules/cme-iam-role-gwlb:
b. The next lines in main.tf file, in the provider aws resource, need to be commented for sub-modules /terraform/aws/autoscale, /terraform/aws/management and /terraform/aws/cme-iam-role-gwlb:
```
provider "aws" {
// region = var.region
Expand Down
12 changes: 6 additions & 6 deletions terraform/aws/qs-autoscale-master/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ These types of Terraform resources are supported:
See the [Check Point CloudGuard Auto Scaling on AWS](https://aws.amazon.com/quickstart/architecture/check-point-cloudguard/) for additional information

This solution uses the following modules:
- /terraform/aws/modules/qs-autoscale
- /terraform/aws/modules/autoscale
- /terraform/aws/modules/management
- /terraform/aws/modules/cme-iam-role
- /terraform/aws/qs-autoscale
- /terraform/aws/autoscale
- /terraform/aws/management
- /terraform/aws/cme-iam-role
- /terraform/aws/modules/vpc

## Configurations
Expand All @@ -41,7 +41,7 @@ access_key = "my-access-key"
secret_key = "my-secret-key"
```
- In case the Static credentials are used, perform modifications described below:<br/>
a. The next lines in main.tf file, in the provider aws resource, need to be commented for sub-modules /terraform/aws/modules/qs-autoscale, /terraform/aws/autoscale, /terraform/aws/modules/management and /terraform/aws/modules/cme-iam-role:
a. The next lines in main.tf file, in the provider aws resource, need to be commented for sub-modules /terraform/aws/qs-autoscale, /terraform/aws/autoscale, /terraform/aws/management and /terraform/aws/cme-iam-role:
```
provider "aws" {
// region = var.region
Expand All @@ -58,7 +58,7 @@ secret_key = "my-secret-key"
// secret_key = var.secret_key
}
```
b. The next lines in main.tf file, in the provider aws resource, need to be commented for sub-modules /terraform/aws/modules/qs-autoscale, /terraform/aws/autoscale and /terraform/aws/modules/management:
b. The next lines in main.tf file, in the provider aws resource, need to be commented for sub-modules /terraform/aws/qs-autoscale, /terraform/aws/autoscale and /terraform/aws/management:
```
provider "aws" {
// region = var.region
Expand Down
12 changes: 6 additions & 6 deletions terraform/aws/qs-autoscale/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ These types of Terraform resources are supported:
See the [Check Point CloudGuard Auto Scaling on AWS](https://aws.amazon.com/quickstart/architecture/check-point-cloudguard/) for additional information

This solution uses the following modules:
- /terraform/aws/modules/autoscale
- /terraform/aws/modules/custom_autoscale
- /terraform/aws/modules/management
- /terraform/aws/modules/cme-iam-role
- /terraform/aws/autoscale
- /terraform/aws/modules/custom-autoscale
- /terraform/aws/management
- /terraform/aws/cme-iam-role

## Configurations

Expand All @@ -37,7 +37,7 @@ access_key = "my-access-key"
secret_key = "my-secret-key"
```
- In case the Static credentials are used, perform modifications described below:<br/>
a. The next lines in main.tf file, in the provider aws resource, need to be commented for sub-modules /terraform/aws/autoscale, /terraform/aws/modules/management and /terraform/aws/modules/cme-iam-role:
a. The next lines in main.tf file, in the provider aws resource, need to be commented for sub-modules /terraform/aws/autoscale, /terraform/aws/management and /terraform/aws/cme-iam-role:
```
provider "aws" {
// region = var.region
Expand All @@ -54,7 +54,7 @@ secret_key = "my-secret-key"
// secret_key = var.aws_secret_access_key
}
```
b. The next lines in main.tf file, in the provider aws resource, need to be commented for sub-modules /terraform/aws/autoscale, /terraform/aws/modules/management and /terraform/aws/modules/cme-iam-role:
b. The next lines in main.tf file, in the provider aws resource, need to be commented for sub-modules /terraform/aws/autoscale, /terraform/aws/management and /terraform/aws/cme-iam-role:
```
provider "aws" {
// region = var.region
Expand Down
10 changes: 5 additions & 5 deletions terraform/aws/tgw-asg-master/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ See the [CloudGuard Network for AWS Transit Gateway R80.10 and Higher Deployment

This solution uses the following modules:
- /terraform/aws/tgw-asg
- /terraform/aws/modules/autoscale
- /terraform/aws/modules/management
- /terraform/aws/modules/cme-iam-role
- /terraform/aws/autoscale
- /terraform/aws/management
- /terraform/aws/cme-iam-role
- /terraform/aws/modules/vpc

## Configurations
Expand All @@ -41,7 +41,7 @@ access_key = "my-access-key"
secret_key = "my-secret-key"
```
- In case the Static credentials are used, perform modifications described below:<br/>
a. The next lines in main.tf file, in the provider aws resource, need to be commented for sub-modules /terraform/aws/tgw-asg, /terraform/aws/autoscale, /terraform/aws/modules/management and /terraform/aws/modules/cme-iam-role:
a. The next lines in main.tf file, in the provider aws resource, need to be commented for sub-modules /terraform/aws/tgw-asg, /terraform/aws/autoscale, /terraform/aws/management and /terraform/aws/cme-iam-role:
```
provider "aws" {
// region = var.region
Expand All @@ -58,7 +58,7 @@ secret_key = "my-secret-key"
// secret_key = var.aws_secret_access_key
}
```
b. The next lines in main.tf file, in the provider aws resource, need to be commented for sub-modules /terraform/aws/tgw-asg, /terraform/aws/autoscale, /terraform/aws/modules/management and /terraform/aws/modules/cme-iam-role:
b. The next lines in main.tf file, in the provider aws resource, need to be commented for sub-modules /terraform/aws/tgw-asg, /terraform/aws/autoscale, /terraform/aws/management and /terraform/aws/cme-iam-role:
```
provider "aws" {
// region = var.region
Expand Down
10 changes: 5 additions & 5 deletions terraform/aws/tgw-asg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ These types of Terraform resources are supported:
See the [CloudGuard Network for AWS Transit Gateway R80.10 and Higher Deployment Guide](https://sc1.checkpoint.com/documents/IaaS/WebAdminGuides/EN/CP_CloudGuard_AWS_Transit_Gateway/Content/Topics-AWS-TGW-R80-10-AG/Introduction.htm) for additional information

This solution uses the following modules:
- /terraform/aws/modules/autoscale
- /terraform/aws/modules/management
- /terraform/aws/modules/cme-iam-role
- /terraform/aws/autoscale
- /terraform/aws/management
- /terraform/aws/cme-iam-role

## Configurations

Expand All @@ -37,7 +37,7 @@ access_key = "my-access-key"
secret_key = "my-secret-key"
```
- In case the Static credentials are used, perform modifications described below:<br/>
a. The next lines in main.tf file, in the provider aws resource, need to be commented for sub-modules /terraform/aws/autoscale, /terraform/aws/modules/management and /terraform/aws/modules/cme-iam-role:
a. The next lines in main.tf file, in the provider aws resource, need to be commented for sub-modules /terraform/aws/autoscale, /terraform/aws/management and /terraform/aws/cme-iam-role:
```
provider "aws" {
// region = var.region
Expand All @@ -54,7 +54,7 @@ secret_key = "my-secret-key"
// secret_key = var.aws_secret_access_key
}
```
b. The next lines in main.tf file, in the provider aws resource, need to be commented for sub-modules /terraform/aws/autoscale, /terraform/aws/modules/management and /terraform/aws/modules/cme-iam-role:
b. The next lines in main.tf file, in the provider aws resource, need to be commented for sub-modules /terraform/aws/autoscale, /terraform/aws/management and /terraform/aws/cme-iam-role:
```
provider "aws" {
// region = var.region
Expand Down
2 changes: 1 addition & 1 deletion terraform/aws/tgw-gwlb-master/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ secret_key = "my-secret-key"
// secret_key = var.aws_secret_access_key
}
```
b. The next lines in main.tf file, in the provider aws resource, need to be commented for sub-modules /terraform/aws/autoscale, /terraform/aws/modules/management and /terraform/aws/modules/cme-iam-role-gwlb:
b. The next lines in main.tf file, in the provider aws resource, need to be commented for sub-modules /terraform/aws/autoscale, /terraform/aws/management and /terraform/aws/cme-iam-role-gwlb:
```
provider "aws" {
// region = var.region
Expand Down
2 changes: 1 addition & 1 deletion terraform/aws/tgw-gwlb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ secret_key = "my-secret-key"
// secret_key = var.aws_secret_access_key
}
```
b. The next lines in main.tf file, in the provider aws resource, need to be commented for sub-modules /terraform/aws/autoscale, /terraform/aws/modules/management and /terraform/aws/modules/cme-iam-role-gwlb:
b. The next lines in main.tf file, in the provider aws resource, need to be commented for sub-modules /terraform/aws/autoscale, /terraform/aws/management and /terraform/aws/cme-iam-role-gwlb:
```
provider "aws" {
// region = var.region
Expand Down

0 comments on commit b0bb0da

Please sign in to comment.