Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update ci dependencies #532

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
call-terraform-ci-pipeline:
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/[email protected].3
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/[email protected].5
secrets: inherit
with:
craSCCv2: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ on:

jobs:
call-terraform-release-pipeline:
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/[email protected].3
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/[email protected].5
secrets: inherit
2 changes: 1 addition & 1 deletion modules/dns/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ No modules.
|------|-------------|------|---------|:--------:|
| <a name="input_base64_encoded_dns_records_file"></a> [base64\_encoded\_dns\_records\_file](#input\_base64\_encoded\_dns\_records\_file) | The base64-encoded DNS zone file in BIND format that contains the details of the DNS records [Learn more](https://cloud.ibm.com/docs/dns-svcs?topic=dns-svcs-managing-dns-records&interface=ui). Required if `dns_records_file` is not specified. | `string` | `null` | no |
| <a name="input_cis_instance_id"></a> [cis\_instance\_id](#input\_cis\_instance\_id) | CRN of the existing CIS instance. | `string` | n/a | yes |
| <a name="input_dns_record_set"></a> [dns\_record\_set](#input\_dns\_record\_set) | List of DNS records to be added for the CIS Instance. | <pre>list(object({<br> name = string<br> type = string<br> ttl = optional(number) # in unit seconds, starts with value 120<br> content = optional(string)<br> priority = optional(number) # mandatory for SRV type of record<br> proxied = optional(bool) # default value is false<br> data = optional(object({<br> altitude = optional(number) # mandatory for LOC type of record<br> lat_degrees = optional(number) # mandatory for LOC type of record<br> lat_direction = optional(string) # mandatory for LOC type of record<br> lat_minutes = optional(number) # mandatory for LOC type of record<br> lat_seconds = optional(number) # mandatory for LOC type of record<br> long_degrees = optional(number) # mandatory for LOC type of record<br> long_direction = optional(string) # mandatory for LOC type of record<br> long_minutes = optional(number) # mandatory for LOC type of record<br> long_seconds = optional(number) # mandatory for LOC type of record<br> precision_horz = optional(number) # mandatory for LOC type of record<br> precision_vert = optional(number) # mandatory for LOC type of record<br> size = optional(number) # mandatory for LOC type of record<br> tag = optional(string) # required for CAA type of record<br> value = optional(string) # required for CAA type of record<br> target = optional(string) # required for SRV type of record<br> priority = optional(number) # required for SRV type of record<br> port = optional(number) # mandatory for SRV type of record<br> proto = optional(string) # mandatory for SRV type of record<br> service = optional(string) # mandatory for SRV type of record, starts with an '_'<br> weight = optional(number) # mandatory for SRV type of record<br> }))<br> }))</pre> | `[]` | no |
| <a name="input_dns_record_set"></a> [dns\_record\_set](#input\_dns\_record\_set) | List of DNS records to be added for the CIS Instance. | <pre>list(object({<br/> name = string<br/> type = string<br/> ttl = optional(number) # in unit seconds, starts with value 120<br/> content = optional(string)<br/> priority = optional(number) # mandatory for SRV type of record<br/> proxied = optional(bool) # default value is false<br/> data = optional(object({<br/> altitude = optional(number) # mandatory for LOC type of record<br/> lat_degrees = optional(number) # mandatory for LOC type of record<br/> lat_direction = optional(string) # mandatory for LOC type of record<br/> lat_minutes = optional(number) # mandatory for LOC type of record<br/> lat_seconds = optional(number) # mandatory for LOC type of record<br/> long_degrees = optional(number) # mandatory for LOC type of record<br/> long_direction = optional(string) # mandatory for LOC type of record<br/> long_minutes = optional(number) # mandatory for LOC type of record<br/> long_seconds = optional(number) # mandatory for LOC type of record<br/> precision_horz = optional(number) # mandatory for LOC type of record<br/> precision_vert = optional(number) # mandatory for LOC type of record<br/> size = optional(number) # mandatory for LOC type of record<br/> tag = optional(string) # required for CAA type of record<br/> value = optional(string) # required for CAA type of record<br/> target = optional(string) # required for SRV type of record<br/> priority = optional(number) # required for SRV type of record<br/> port = optional(number) # mandatory for SRV type of record<br/> proto = optional(string) # mandatory for SRV type of record<br/> service = optional(string) # mandatory for SRV type of record, starts with an '_'<br/> weight = optional(number) # mandatory for SRV type of record<br/> }))<br/> }))</pre> | `[]` | no |
| <a name="input_dns_records_file"></a> [dns\_records\_file](#input\_dns\_records\_file) | The DNS file in text format that contains the details of the DNS records. Required if `base64_encoded_dns_records_file` is not specified. | `string` | `null` | no |
| <a name="input_domain_id"></a> [domain\_id](#input\_domain\_id) | ID of the existing domain to add a DNS record to the CIS instance. | `string` | n/a | yes |

Expand Down
10 changes: 5 additions & 5 deletions modules/fscloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,18 @@ For more information, read [here](https://github.com/terraform-ibm-modules/terra
| <a name="input_add_dns_records"></a> [add\_dns\_records](#input\_add\_dns\_records) | Set to true if dns records to be added to the CIS instance | `bool` | `false` | no |
| <a name="input_add_glb"></a> [add\_glb](#input\_add\_glb) | Set to true if global load balancer(glb) to be added to the CIS instance | `bool` | `false` | no |
| <a name="input_default_pool_ids"></a> [default\_pool\_ids](#input\_default\_pool\_ids) | List of default pool IDs. | `list(string)` | `null` | no |
| <a name="input_dns_record_set"></a> [dns\_record\_set](#input\_dns\_record\_set) | List of DNS records to be added for the CIS Instance. | <pre>list(object({<br> name = string<br> type = string<br> ttl = optional(number) # in unit seconds, starts with value 120<br> content = optional(string)<br> priority = optional(number) # mandatory for SRV type of record<br> proxied = optional(bool) # default value is false<br> data = optional(object({<br> altitude = optional(number) # mandatory for LOC type of record<br> lat_degrees = optional(number) # mandatory for LOC type of record<br> lat_direction = optional(string) # mandatory for LOC type of record<br> lat_minutes = optional(number) # mandatory for LOC type of record<br> lat_seconds = optional(number) # mandatory for LOC type of record<br> long_degrees = optional(number) # mandatory for LOC type of record<br> long_direction = optional(string) # mandatory for LOC type of record<br> long_minutes = optional(number) # mandatory for LOC type of record<br> long_seconds = optional(number) # mandatory for LOC type of record<br> precision_horz = optional(number) # mandatory for LOC type of record<br> precision_vert = optional(number) # mandatory for LOC type of record<br> size = optional(number) # mandatory for LOC type of record<br> tag = optional(string) # required for CAA type of record<br> value = optional(string) # required for CAA type of record<br> target = optional(string) # required for SRV type of record<br> priority = optional(number) # required for SRV type of record<br> port = optional(number) # mandatory for SRV type of record<br> proto = optional(string) # mandatory for SRV type of record<br> service = optional(string) # mandatory for SRV type of record, starts with an '_'<br> weight = optional(number) # mandatory for SRV type of record<br> }))<br> }))</pre> | `[]` | no |
| <a name="input_dns_record_set"></a> [dns\_record\_set](#input\_dns\_record\_set) | List of DNS records to be added for the CIS Instance. | <pre>list(object({<br/> name = string<br/> type = string<br/> ttl = optional(number) # in unit seconds, starts with value 120<br/> content = optional(string)<br/> priority = optional(number) # mandatory for SRV type of record<br/> proxied = optional(bool) # default value is false<br/> data = optional(object({<br/> altitude = optional(number) # mandatory for LOC type of record<br/> lat_degrees = optional(number) # mandatory for LOC type of record<br/> lat_direction = optional(string) # mandatory for LOC type of record<br/> lat_minutes = optional(number) # mandatory for LOC type of record<br/> lat_seconds = optional(number) # mandatory for LOC type of record<br/> long_degrees = optional(number) # mandatory for LOC type of record<br/> long_direction = optional(string) # mandatory for LOC type of record<br/> long_minutes = optional(number) # mandatory for LOC type of record<br/> long_seconds = optional(number) # mandatory for LOC type of record<br/> precision_horz = optional(number) # mandatory for LOC type of record<br/> precision_vert = optional(number) # mandatory for LOC type of record<br/> size = optional(number) # mandatory for LOC type of record<br/> tag = optional(string) # required for CAA type of record<br/> value = optional(string) # required for CAA type of record<br/> target = optional(string) # required for SRV type of record<br/> priority = optional(number) # required for SRV type of record<br/> port = optional(number) # mandatory for SRV type of record<br/> proto = optional(string) # mandatory for SRV type of record<br/> service = optional(string) # mandatory for SRV type of record, starts with an '_'<br/> weight = optional(number) # mandatory for SRV type of record<br/> }))<br/> }))</pre> | `[]` | no |
| <a name="input_domain_name"></a> [domain\_name](#input\_domain\_name) | The domain name to be added to the CIS instance. | `string` | n/a | yes |
| <a name="input_fallback_pool_id"></a> [fallback\_pool\_id](#input\_fallback\_pool\_id) | ID of the fallback pool. Required if fallback\_pool\_name is not provided. | `string` | `null` | no |
| <a name="input_fallback_pool_name"></a> [fallback\_pool\_name](#input\_fallback\_pool\_name) | FallBack Pool Name. Required if fallback\_pool\_id is not provided. | `string` | `null` | no |
| <a name="input_glb_description"></a> [glb\_description](#input\_glb\_description) | Description of the CIS global load balancer. | `string` | `null` | no |
| <a name="input_glb_enabled"></a> [glb\_enabled](#input\_glb\_enabled) | Whether the CIS global load balancer is enabled. If set to true, the load balancer is enabled and can receive network traffic. | `bool` | `null` | no |
| <a name="input_glb_name"></a> [glb\_name](#input\_glb\_name) | The DNS name to associate with CIS global load balancer. It can be a hostname. | `string` | `null` | no |
| <a name="input_health_checks"></a> [health\_checks](#input\_health\_checks) | List of health checks to be created for the CIS global load balancer. | <pre>list(object({<br> name = string<br> description = optional(string)<br> path = optional(string)<br> type = optional(string)<br> port = optional(number)<br> expected_body = string<br> expected_codes = string<br> method = optional(string)<br> timeout = optional(number)<br> follow_redirects = optional(bool)<br> allow_insecure = optional(bool)<br> interval = optional(number)<br> retries = optional(number)<br> }))</pre> | `[]` | no |
| <a name="input_origin_pools"></a> [origin\_pools](#input\_origin\_pools) | List of origins with an associated health check to be created for the CIS global load balancer. | <pre>list(object({<br> name = string<br> origins = list(object({<br> name = string<br> address = string<br> enabled = optional(bool)<br> weight = optional(number)<br> }))<br> enabled = bool # if set to true, the pool is enabled and can receive incoming network traffic<br> description = optional(string)<br> check_regions = list(string) # list of region codes<br> minimum_origins = optional(number)<br> health_check_name = optional(string)<br> notification_email = optional(string)<br> }))</pre> | `[]` | no |
| <a name="input_health_checks"></a> [health\_checks](#input\_health\_checks) | List of health checks to be created for the CIS global load balancer. | <pre>list(object({<br/> name = string<br/> description = optional(string)<br/> path = optional(string)<br/> type = optional(string)<br/> port = optional(number)<br/> expected_body = string<br/> expected_codes = string<br/> method = optional(string)<br/> timeout = optional(number)<br/> follow_redirects = optional(bool)<br/> allow_insecure = optional(bool)<br/> interval = optional(number)<br/> retries = optional(number)<br/> }))</pre> | `[]` | no |
| <a name="input_origin_pools"></a> [origin\_pools](#input\_origin\_pools) | List of origins with an associated health check to be created for the CIS global load balancer. | <pre>list(object({<br/> name = string<br/> origins = list(object({<br/> name = string<br/> address = string<br/> enabled = optional(bool)<br/> weight = optional(number)<br/> }))<br/> enabled = bool # if set to true, the pool is enabled and can receive incoming network traffic<br/> description = optional(string)<br/> check_regions = list(string) # list of region codes<br/> minimum_origins = optional(number)<br/> health_check_name = optional(string)<br/> notification_email = optional(string)<br/> }))</pre> | `[]` | no |
| <a name="input_plan"></a> [plan](#input\_plan) | The type of plan for the CIS instance: standard-next or trial. | `string` | `"trial"` | no |
| <a name="input_pop_pools"></a> [pop\_pools](#input\_pop\_pools) | Pop pools of the CIS global load balancer. | <pre>list(object({<br> pop = string<br> pool_ids = list(string)<br> }))</pre> | `[]` | no |
| <a name="input_region_pools"></a> [region\_pools](#input\_region\_pools) | Region pools of the CIS global load balancer. | <pre>list(object({<br> region = string<br> pool_ids = list(string)<br> }))</pre> | `[]` | no |
| <a name="input_pop_pools"></a> [pop\_pools](#input\_pop\_pools) | Pop pools of the CIS global load balancer. | <pre>list(object({<br/> pop = string<br/> pool_ids = list(string)<br/> }))</pre> | `[]` | no |
| <a name="input_region_pools"></a> [region\_pools](#input\_region\_pools) | Region pools of the CIS global load balancer. | <pre>list(object({<br/> region = string<br/> pool_ids = list(string)<br/> }))</pre> | `[]` | no |
| <a name="input_resource_group_id"></a> [resource\_group\_id](#input\_resource\_group\_id) | The resource group ID to provision the CIS instance. | `string` | n/a | yes |
| <a name="input_service_name"></a> [service\_name](#input\_service\_name) | Name of the CIS instance. | `string` | n/a | yes |
| <a name="input_session_affinity"></a> [session\_affinity](#input\_session\_affinity) | Session Affinity of the CIS global load balancer. To make use of session affinity, glb\_proxied has to be true. | `string` | `null` | no |
Expand Down
Loading