You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/examples.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ jobs:
24
24
if [ -f "./examples/$RESOURCE/$FILENAME" ]; then
25
25
echo "./examples/$RESOURCE/$FILENAME exists."
26
26
else
27
-
touch ./examples/${RESOURCE}/${FILENAME}
27
+
printf '# Overview \nThis is a Terraform configuration that creates the `'${RESOURCE}'` service on Oracle Cloud Infrastructure. \n\nThe Terraform code is used to create a Resource Manager stack, that creates the required resources and configures the application on the created resources.' > ./examples/${RESOURCE}/${FILENAME}
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,15 @@
1
+
## 4.85.0 (July 20, 2022)
2
+
3
+
### Added
4
+
- Support for Network Firewall
5
+
- Support for Autonomous Shared Database service wallet with GracePeriod feature during wallet rotation. Added - Support for Autonomous Shared Database service wallet with GracePeriod feature during wallet rotation.
6
+
- Support for Operations Insights VMBM API Updates
7
+
- routeTable support for IVR
8
+
- Automated default description for service examples
Copy file name to clipboardExpand all lines: examples/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,6 +115,8 @@ This directory contains Terraform configuration files showing how to create spec
115
115
[](https://cloud.oracle.com/resourcemanager/stacks/create?zipUrl=https://github.com/oracle/terraform-provider-oci/releases/latest/download/example_monitoring.zip)
116
116
- mysql
117
117
[](https://cloud.oracle.com/resourcemanager/stacks/create?zipUrl=https://github.com/oracle/terraform-provider-oci/releases/latest/download/example_mysql.zip)
118
+
- network_firewall
119
+
[](https://cloud.oracle.com/resourcemanager/stacks/create?zipUrl=https://github.com/oracle/terraform-provider-oci/releases/latest/download/example_network_firewall.zip)
118
120
- network_load_balancer
119
121
[](https://cloud.oracle.com/resourcemanager/stacks/create?zipUrl=https://github.com/oracle/terraform-provider-oci/releases/latest/download/example_network_load_balancer.zip)
This is a Terraform configuration that creates the `network_firewall` service on Oracle Cloud Infrastructure.
3
+
4
+
The Terraform code is used to create a Resource Manager stack, that creates the required resources and configures the application on the created resources.
5
+
## Magic Button
6
+
[](https://cloud.oracle.com/resourcemanager/stacks/create?zipUrl=https://github.com/oracle/terraform-provider-oci/releases/latest/download/example_network_firewall.zip)
This is a Terraform configuration that creates the `network_firewall` service on Oracle Cloud Infrastructure.
3
+
4
+
The Terraform code is used to create a Resource Manager stack, that creates the required resources and configures the application on the created resources.
0 commit comments