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

Test Case: Fix #54

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Test Case: Fix #54

wants to merge 1 commit into from

Conversation

VinayKumar611
Copy link
Member

Fixed Test Case as per New Changes

Fixed Test Case as per New Changes
@@ -92,6 +92,7 @@ module "network" {
workload_compartment_id = module.workload_compartment.compartment_id
additional_workload_subnets_cidr_blocks = var.additional_workload_subnets_cidr_blocks
workload_compartment_name = local.workload_compartment_name
home_compartment_id = module.home_compartment.compartment_id
Copy link
Contributor

Choose a reason for hiding this comment

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

This module doesn't seem to exist, I am getting a terraform error running the unittest.

@@ -32,3 +32,7 @@ variable "budget_alert_rule_recipients" {
type = string
default = "[email protected]"
}
variable "home_compartment_id" {
Copy link
Contributor

Choose a reason for hiding this comment

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

We need to get this from somewhere. We might need to create a home compartment to put the tested module in.

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