Skip to content

Commit

Permalink
add vpc id
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronblevy committed Dec 22, 2023
1 parent 2427e33 commit 4666219
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/provider/provider_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ func (c *Config) String(t *testing.T) string {
if c.RegionCode != "" {
write("region_code = %q \n", c.RegionCode)
}
if c.VpcID != 0 {
write("vpc_id = %d \n", c.VpcID)
}
write(`
milli_cpu = %d
memory_gb = %d
Expand Down

0 comments on commit 4666219

Please sign in to comment.