Skip to content

actually use passed in networking#475

Merged
jsonar-cpapke merged 3 commits into
devfrom
cpapke/fixup-networking
Jul 10, 2025
Merged

actually use passed in networking#475
jsonar-cpapke merged 3 commits into
devfrom
cpapke/fixup-networking

Conversation

@jsonar-cpapke

Copy link
Copy Markdown
Collaborator

Retrieve and use full list of all subnet's address spaces for allowed cidrs

@jsonar-cpapke jsonar-cpapke requested review from a team, IanBW and jagdeep-sonar June 24, 2025 16:51
@jsonar-cpapke jsonar-cpapke force-pushed the cpapke/fixup-networking branch from 3d9ba94 to 33162f6 Compare June 24, 2025 17:00
@jsonar-cpapke jsonar-cpapke force-pushed the cpapke/fixup-networking branch from 33162f6 to c8385fa Compare June 24, 2025 17:03
@jsonar-cpapke jsonar-cpapke force-pushed the cpapke/fixup-networking branch from c8385fa to daf208f Compare June 24, 2025 17:06
@lindanasredin

Copy link
Copy Markdown
Collaborator

I see that 'terraform plan' is failing in the action.

@jsonar-cpapke jsonar-cpapke force-pushed the cpapke/fixup-networking branch from 94efde3 to 3458303 Compare June 24, 2025 17:31
@jsonar-cpapke jsonar-cpapke force-pushed the cpapke/fixup-networking branch 3 times, most recently from 33d808b to 84789b7 Compare June 24, 2025 18:16
@jsonar-cpapke jsonar-cpapke force-pushed the cpapke/fixup-networking branch from 84789b7 to c41b1d0 Compare June 24, 2025 18:52
@lindanasredin

Copy link
Copy Markdown
Collaborator

Now apply is failing.

@jsonar-cpapke

Copy link
Copy Markdown
Collaborator Author

@lindanasredin looks like everything is working now

description = "The ID of an existing subnet to put all resources in. Either 'subnet_id' or 'subnet_ids' should be provided but not both."
}

variable "subnet_ids" {

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Since we don't have an installation example in Azure, only this POC example, we need to allow the customer to deploy on different subnets.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

After 3 days of trying to make that work, I don't think I can. I need to be able to pass in a subnet, but I can't get it to use more than one, and since it wasn't using any passed in earlier, if we need more than one that should be done in the future.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Ok

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.

3 participants