Skip to content

Commit

Permalink
added inside network
Browse files Browse the repository at this point in the history
  • Loading branch information
Janibasha committed Nov 14, 2024
1 parent c648efd commit 99221b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/destroy-genai-appstack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,6 @@ jobs:
- name: Terraform Destroy
if: github.ref == 'refs/heads/destroy-genai-appstack' && github.event_name == 'push'
run: terraform destroy -auto-approve -input=false
env:
TF_VAR_aws_access_key: ${{ secrets.aws_access_key }}
TF_VAR_aws_secret_key: ${{ secrets.aws_secret_key }}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ resource "volterra_origin_pool" "op" {
origin_servers {
k8s_service {
service_name = var.serviceName
outside_network = true
inside_network = true
site_locator {
site {
name = volterra_aws_vpc_site.this.name
Expand Down

0 comments on commit 99221b8

Please sign in to comment.