-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat: Adding Oracle Terraform Provider to Fabric Examples #71
Conversation
srushti-patl
commented
Apr 17, 2024
- Added Oracle Terraform Provider in following examples:
- FCR 2 Oracle
- Port 2 Oracle
- NIMF 2 Oracle
- Updated terratests-metal-nimf-suite.yaml workflow by adding ORACLE_SERVICE_KEYS
- Updated outputs.tf files for azure connections
…ation' into CXF-91727-Oracle-Provider-Integration
…ation' into CXF-91727-Oracle-Provider-Integration
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes requested.
You just need to rename a file and update the version numbers to include the latest Terraform Provider release that includes your WaitForDelete method updates to remove the bugs.
The rest looks good 👍
@@ -5,5 +5,9 @@ terraform { | |||
source = "equinix/equinix" | |||
version = ">= 1.20.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You need to change the version for all examples to use the version that includes your WaitForDeprovision changes. The versions before that won't work for these examples.
@@ -75,11 +75,6 @@ variable "zside_ap_type" { | |||
description = "Access point type - COLO, VD, VG, SP, IGW, SUBNET, GW" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file shoudl be renamed to variables.tf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM