Skip to content

chore(deps): update terraform oci to v6.26.0 - abandoned #70

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

Open
wants to merge 3 commits 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
60 changes: 30 additions & 30 deletions 01_networking/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

65 changes: 65 additions & 0 deletions 01_networking/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,68 @@ No modules.

No outputs.
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->

<!-- BEGIN_TF_DOCS -->
## Requirements

| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.0 |
| <a name="requirement_null"></a> [null](#requirement\_null) | 3.2.3 |
| <a name="requirement_oci"></a> [oci](#requirement\_oci) | 6.26.0 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_null"></a> [null](#provider\_null) | 3.2.3 |
| <a name="provider_oci"></a> [oci](#provider\_oci) | 6.26.0 |

## Modules

No modules.

## Resources

| Name | Type |
|------|------|
| [null_resource.wait](https://registry.terraform.io/providers/hashicorp/null/3.2.3/docs/resources/resource) | resource |
| [oci_core_cpe.onprem_cpe](https://registry.terraform.io/providers/oracle/oci/6.26.0/docs/resources/core_cpe) | resource |
| [oci_core_drg.main_vcn_drg](https://registry.terraform.io/providers/oracle/oci/6.26.0/docs/resources/core_drg) | resource |
| [oci_core_drg_attachment.main_vcn_drg_attachment](https://registry.terraform.io/providers/oracle/oci/6.26.0/docs/resources/core_drg_attachment) | resource |
| [oci_core_internet_gateway.main_internet_gateway](https://registry.terraform.io/providers/oracle/oci/6.26.0/docs/resources/core_internet_gateway) | resource |
| [oci_core_ipsec.oci_ipsec_connection](https://registry.terraform.io/providers/oracle/oci/6.26.0/docs/resources/core_ipsec) | resource |
| [oci_core_ipsec_connection_tunnel_management.oci_ipsec_tunnel_1](https://registry.terraform.io/providers/oracle/oci/6.26.0/docs/resources/core_ipsec_connection_tunnel_management) | resource |
| [oci_core_ipsec_connection_tunnel_management.oci_ipsec_tunnel_2](https://registry.terraform.io/providers/oracle/oci/6.26.0/docs/resources/core_ipsec_connection_tunnel_management) | resource |
| [oci_core_route_table.main_route_table](https://registry.terraform.io/providers/oracle/oci/6.26.0/docs/resources/core_route_table) | resource |
| [oci_core_security_list.vm_sl](https://registry.terraform.io/providers/oracle/oci/6.26.0/docs/resources/core_security_list) | resource |
| [oci_core_subnet.vm_subnet](https://registry.terraform.io/providers/oracle/oci/6.26.0/docs/resources/core_subnet) | resource |
| [oci_core_vcn.main_vcn](https://registry.terraform.io/providers/oracle/oci/6.26.0/docs/resources/core_vcn) | resource |
| [oci_core_ipsec_connection_tunnels.oci_ipsec_connection_tunnels](https://registry.terraform.io/providers/oracle/oci/6.26.0/docs/data-sources/core_ipsec_connection_tunnels) | data source |

## Inputs

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| <a name="input_compartment_id"></a> [compartment\_id](#input\_compartment\_id) | Compartment ID for Oracle Tenant | `string` | n/a | yes |
| <a name="input_cpe_display_name"></a> [cpe\_display\_name](#input\_cpe\_display\_name) | Display name for the CPE | `string` | n/a | yes |
| <a name="input_cpe_ip_address"></a> [cpe\_ip\_address](#input\_cpe\_ip\_address) | IP address of the CPE | `string` | n/a | yes |
| <a name="input_drg_display_name"></a> [drg\_display\_name](#input\_drg\_display\_name) | Display name for the Dynamic Routing Gateway | `string` | n/a | yes |
| <a name="input_internet_gateway_display_name"></a> [internet\_gateway\_display\_name](#input\_internet\_gateway\_display\_name) | Display name for the Internet Gateway | `string` | n/a | yes |
| <a name="input_ipsec_connection_display_name"></a> [ipsec\_connection\_display\_name](#input\_ipsec\_connection\_display\_name) | Display name of IPSec connection | `string` | n/a | yes |
| <a name="input_ipsec_secret_tunnel_1"></a> [ipsec\_secret\_tunnel\_1](#input\_ipsec\_secret\_tunnel\_1) | Secret for 1st IPSec tunnel | `string` | n/a | yes |
| <a name="input_ipsec_secret_tunnel_2"></a> [ipsec\_secret\_tunnel\_2](#input\_ipsec\_secret\_tunnel\_2) | Secret for 2nd IPsec tunnel | `string` | n/a | yes |
| <a name="input_onprem_subnet_cidr_1"></a> [onprem\_subnet\_cidr\_1](#input\_onprem\_subnet\_cidr\_1) | Subnet CIDR of on premise network | `string` | n/a | yes |
| <a name="input_onprem_subnet_cidr_2"></a> [onprem\_subnet\_cidr\_2](#input\_onprem\_subnet\_cidr\_2) | Subnet CIDR of on premise network | `string` | n/a | yes |
| <a name="input_route_table_display_name"></a> [route\_table\_display\_name](#input\_route\_table\_display\_name) | Display name for the route table | `string` | n/a | yes |
| <a name="input_tag_environment"></a> [tag\_environment](#input\_tag\_environment) | Tag Value for Environment | `string` | n/a | yes |
| <a name="input_vcn_cidr_blocks"></a> [vcn\_cidr\_blocks](#input\_vcn\_cidr\_blocks) | CIDR formatted block for VCN | `list(string)` | n/a | yes |
| <a name="input_vcn_display_name"></a> [vcn\_display\_name](#input\_vcn\_display\_name) | Display name for the VCN | `string` | n/a | yes |
| <a name="input_vm_sl_name"></a> [vm\_sl\_name](#input\_vm\_sl\_name) | Display name for the VM subnet Security List | `string` | n/a | yes |
| <a name="input_vm_subnet_cidr_block"></a> [vm\_subnet\_cidr\_block](#input\_vm\_subnet\_cidr\_block) | CIDR formatted block for VM subnet | `string` | n/a | yes |
| <a name="input_vm_subnet_display_name"></a> [vm\_subnet\_display\_name](#input\_vm\_subnet\_display\_name) | Display name for the VM subnet | `string` | n/a | yes |

## Outputs

No outputs.
<!-- END_TF_DOCS -->
2 changes: 1 addition & 1 deletion 01_networking/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
oci = {
source = "oracle/oci"
version = "6.25.0"
version = "6.26.0"
}
null = {
source = "hashicorp/null"
Expand Down
2 changes: 1 addition & 1 deletion 01_networking/terraform.tfvars
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
tag_environment = "Production"
compartment_id = "#{COMPARTMENT_ID}#"
vcn_cidr_blocks = [ "192.168.1.0/24" ]
vcn_cidr_blocks = ["192.168.1.0/24"]
vcn_display_name = "vcn-prod-uk-01"
internet_gateway_display_name = "ig-prod-uk-01"
route_table_display_name = "rt-prod-uk-01"
Expand Down
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# 0.1.0 (2025-02-12)


### Bug Fixes

* add debug ([d9aa409](https://github.com/binary-braids/terraform-oracle/commit/d9aa40971d04fe8612f63d6a2710045eaa6f412f))
* add k3s shape variable value ([5bf5cc2](https://github.com/binary-braids/terraform-oracle/commit/5bf5cc203e047828bcf63dfda694a0bef1e8b1e1))
* add Terraform Cloud details to providers.tf ([700a985](https://github.com/binary-braids/terraform-oracle/commit/700a985e4bc8c38cce51f2ccb73a926ddb14468f))
* add workflow name to manual approval action ([507678a](https://github.com/binary-braids/terraform-oracle/commit/507678af21913753ec5ea832e575ebef34409405))
* change cache action key from sha to run_id ([124d5e0](https://github.com/binary-braids/terraform-oracle/commit/124d5e02dbf987a19dacf169332353068bc40c05))
* change path ref for oci permissions fix ([17a3bb4](https://github.com/binary-braids/terraform-oracle/commit/17a3bb4bf471964e5a9e1e71de4151d82fefef16))
* change provider configuration and workflows ([985aea7](https://github.com/binary-braids/terraform-oracle/commit/985aea7d81ed249b7feb1a4c39b8460c1983e536))
* correct workflow files ([1d9e9d4](https://github.com/binary-braids/terraform-oracle/commit/1d9e9d4851a719484e339af4524b78f11e13363e))
* move oci config before replace tokens task ([6930e33](https://github.com/binary-braids/terraform-oracle/commit/6930e33021685b8818673a174aaa7f2d17f78221))
* remove file permissions fix action ([9c10066](https://github.com/binary-braids/terraform-oracle/commit/9c10066bb9cbea4351a5da768205af70e78866c8))
* remove replace token entries to be public ([c2cf86e](https://github.com/binary-braids/terraform-oracle/commit/c2cf86eb3d4fab0836ad7ce522927e424238cc5c))
* replace heredoc with interpolation ([0bcf693](https://github.com/binary-braids/terraform-oracle/commit/0bcf6932dc86b17d53cb38a3c97c3b0bdc054c30))
* Update renovate configuration ([471a68e](https://github.com/binary-braids/terraform-oracle/commit/471a68e5e8e086fa7b514568b8f0987b646aefba))



2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Cuan Leo
Copyright (c) 2018 The terraform-docs Authors.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading