Skip to content

Commit

Permalink
chore(deps): update ci dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
terraform-ibm-modules-ops committed Jan 11, 2025
1 parent 8f0e2b6 commit 1fec78b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
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

0 comments on commit 1fec78b

Please sign in to comment.