Skip to content

Commit

Permalink
remove unneeded mock data
Browse files Browse the repository at this point in the history
  • Loading branch information
addyess committed Feb 28, 2024
1 parent 864981f commit 20e4533
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions ops/tests/data/gcp_sent.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,14 @@
egress-subnets: 172.31.39.57/32
enable-acm-readonly: "true"
enable-acm-fullaccess: "true"
enable-autoscaling-readonly: "true"
ingress-address: 172.31.39.57
private-address: 172.31.39.57
enable-block-storage-management: "true"
enable-dns: "true"
enable-instance-inspection: "true"
enable-instance-modification: "true"
enable-load-balancer-management: "true"
enable-network-management: "true"
enable-security-management: "true"
enable-region-readonly: "true"
ingress-address: 172.31.39.57
instance-labels: '{"tag1": "val1", "tag2": "val2"}'
enable-object-storage-management: "true"
object-storage-management-patterns: '["arn:aws:s3:::auto-prefixed", "arn:aws:s3:::already-prefixed"]'
enable-object-storage-access: "true"
object-storage-access-patterns: '["arn:aws:s3:::auto-prefixed", "arn:aws:s3:::already-prefixed"]'
private-address: 172.31.39.57
zone: '"us-east-1"'
requested: "true"
charm: "test"
Expand Down

0 comments on commit 20e4533

Please sign in to comment.