Skip to content

Commit

Permalink
Remove dev and staging from the list
Browse files Browse the repository at this point in the history
  • Loading branch information
xBATx committed Dec 6, 2024
1 parent 5a0beb2 commit 4f92440
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,6 @@
### 27.11.2024
### Fix CustomAccountId field name for custom account and align template description
### 06.12.2024
### Remove dev and staging from the available cx environments list
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The module will create a role to be used with AwsMetrics integration

| Parameter | Description | Default Value | Required |
|-----------|-------------|---------------|----------|
| AWSAccount | The Alias for the Coralogix region, possible options are [US1, US2, EU1, EU2, AP1, AP2, AP3, dev, staging, custom] | EU1 | :heavy_check_mark: |
| AWSAccount | The Alias for the Coralogix region, possible options are [US1, US2, EU1, EU2, AP1, AP2, AP3, custom] | EU1 | :heavy_check_mark: |
| RoleName | The name of the rule that template will create in your AWS account | n\a | :heavy_check_mark: |
| CustomAccountId | In case you want to use a custom coralogix account, enter the aws account id that you want to use.| n\a | |
| ExternalId | "sts:ExternalId" this id is used for increased security | n\a | :heavy_check_mark: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ Parameters:
Default: EU1
Description: The AWS account that you want to deploy the integration in.
AllowedValues:
- dev
- staging
- EU1
- EU2
- AP1
Expand All @@ -29,12 +27,6 @@ Parameters:

Mappings:
CoralogixEnvironment:
dev:
ID: 233273809180
RoleSuffix: dev01
staging:
ID: 233221153619
RoleSuffix: stg1
EU1:
ID: 625240141681
RoleSuffix: eu1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The module will create a role to be used with Coralogix Remote Actions product

| Parameter | Description | Default Value | Required |
|-----------|-------------|---------------|----------|
| AWSAccount | The Alias for the Coralogix region, possible options are [US1, US2, EU1, EU2, AP1, AP2, AP3, dev, staging, custom] | EU1 | :heavy_check_mark: |
| AWSAccount | The Alias for the Coralogix region, possible options are [US1, US2, EU1, EU2, AP1, AP2, AP3, custom] | EU1 | :heavy_check_mark: |
| RoleName | The name of the rule that template will create in your AWS account | n\a | :heavy_check_mark: |
| CustomAccountId | In case you want to use a custom coralogix account, enter the aws account id that you want to use.| n\a | |
| ExternalId | "sts:ExternalId" this id is used for increased security | n\a | :heavy_check_mark: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ Parameters:
Default: EU1
Description: The AWS account that you want to deploy the integration in.
AllowedValues:
- dev
- staging
- EU1
- EU2
- AP1
Expand All @@ -32,12 +30,6 @@ Parameters:

Mappings:
CoralogixEnvironment:
dev:
ID: 233273809180
RoleSuffix: dev01
staging:
ID: 233221153619
RoleSuffix: stg1
EU1:
ID: 625240141681
RoleSuffix: eu1
Expand Down

0 comments on commit 4f92440

Please sign in to comment.