-
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
Merged
+380
−48
Merged
Changes from 17 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
a8e026d
feat: Adding Oracle Terraform Provider to Fabric Examples
srushti-patl f01a9f7
nit: Adding extra indentation space
srushti-patl 62162fd
misc:Updating GHA workflow for Oracle test
srushti-patl cb31aae
Merge branch 'main' into CXF-91727-Oracle-Provider-Integration
srushti-patl 7800616
misc: Adding extra workflow for debugging purpose
srushti-patl c064eff
Merge remote-tracking branch 'origin/CXF-91727-Oracle-Provider-Integr…
srushti-patl b61024b
misc: Updating workflow with pull_request trigger
srushti-patl ad9e30f
misc: Updating workflow & Terratests for Port2Oracle connection
srushti-patl 99ac10a
misc: Updating workflow for Port2Oracle connection
srushti-patl 4da42d3
misc: Updating workflow for Port2Oracle connection
srushti-patl fe3d936
misc: Updating Port2Oracle connection workflow
srushti-patl eebff62
misc: Updating Port2Oracle connection workflow
srushti-patl ac8e3c9
misc: Updating oracle provider block by passing service key
srushti-patl a216fa5
Merge branch 'main' into CXF-91727-Oracle-Provider-Integration
srushti-patl a634772
fix: Updating oracle examples, metal terratests workflow and removing…
srushti-patl 85f349c
Merge remote-tracking branch 'origin/CXF-91727-Oracle-Provider-Integr…
srushti-patl 871f8cc
fix: removing port2oracle terratest from sanity test suite
srushti-patl 838148a
fix:Updating equinix terraform provider to the latest version for or…
srushti-patl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
output "module_output" { | ||
output "azurerm_resource_group_id" { | ||
value = azurerm_resource_group.fcr2azure.id | ||
} | ||
output "azurerm_express_route_circuit" { | ||
value = azurerm_express_route_circuit.fcr2azure.id | ||
} | ||
output "azure_connection_id" { | ||
value = module.cloud_router_azure_connection.primary_connection_id | ||
} |
10 changes: 8 additions & 2 deletions
10
examples/cloud-router-2-azure-redundant-connection/outputs.tf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,12 @@ | ||
output "module_output" { | ||
output "azurerm_resource_group_id" { | ||
value = azurerm_resource_group.fcr2azure.id | ||
} | ||
output "azurerm_express_route_circuit" { | ||
value = azurerm_express_route_circuit.fcr2azure.id | ||
} | ||
output "azure_primary_connection_id" { | ||
value = module.cloud_router_azure_redundant_connection.primary_connection_id | ||
} | ||
output "secondary_connection_result" { | ||
output "azure_secondary_connection_id" { | ||
value = var.secondary_connection_name != "" ? module.cloud_router_azure_redundant_connection.secondary_connection_id : null | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
output "module_output" { | ||
output "oracle_connection_id" { | ||
value = module.cloud_router_oracle_connection.primary_connection_id | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,9 +17,22 @@ notifications_emails = ["[email protected]"] | |
bandwidth = 50 | ||
purchase_order_number = "1-323292" | ||
project_id = "<Project_ID>" | ||
zside_ap_authentication_key = "<Oracle Service Key>" | ||
zside_ap_type = "SP" | ||
zside_ap_profile_type = "L2_PROFILE" | ||
zside_location = "SV" | ||
zside_seller_region = "us-sanjose-1" | ||
zside_fabric_sp_name = "Oracle Cloud Infrastructure FastConnect" | ||
|
||
oracle_tenancy_ocid = "<Oracle Tenancy OCID>" | ||
oracle_user_ocid = "<Oracle User OCID>" | ||
oracle_private_key = "<Oracle Private Key>" | ||
oracle_fingerprint = "<Oracle Fingerprint>" | ||
oracle_region = "us-sanjose-1" | ||
oracle_compartment_id = "<Oracle Compartment ID>", | ||
oracle_fastconnect_provider = "Equinix" | ||
oracle_vc_display_name = "Metal2Oracle" | ||
oracle_vc_type = "PRIVATE" | ||
oracle_bandwidth = "1 Gbps" | ||
oracle_customer_bgp_peering_ip = "10.1.0.50/30" | ||
oracle_bgp_peering_ip = "10.1.0.49/30" | ||
oracle_customer_asn = "123456" | ||
oracle_gateway_id = "<Oracle Gateway ID>" |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.