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

feat: Adding Oracle Terraform Provider to Fabric Examples #71

Merged
merged 18 commits into from
May 3, 2024

Conversation

srushti-patl
Copy link
Collaborator

  • Added Oracle Terraform Provider in following examples:
  1. FCR 2 Oracle
  2. Port 2 Oracle
  3. NIMF 2 Oracle
  • Updated terratests-metal-nimf-suite.yaml workflow by adding ORACLE_SERVICE_KEYS
  • Updated outputs.tf files for azure connections

@srushti-patl srushti-patl requested a review from thogarty May 2, 2024 18:57
Copy link
Collaborator

@thogarty thogarty left a 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"
Copy link
Collaborator

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"
Copy link
Collaborator

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

@srushti-patl srushti-patl requested a review from thogarty May 3, 2024 19:56
Copy link
Collaborator

@thogarty thogarty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@thogarty thogarty merged commit 5a069c4 into main May 3, 2024
0 of 2 checks passed
@thogarty thogarty deleted the CXF-91727-Oracle-Provider-Integration branch May 3, 2024 20:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants