Skip to content

Commit

Permalink
remove unused variable for compute instance lint
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
c2thorn authored and modular-magician committed Nov 14, 2019
1 parent 64c716c commit 9a4d4a9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions google/resource_compute_instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@ var (
"boot_disk.0.initialize_params.0.labels",
}

accessConfigKeys = []string{
"network_interface.%d.access_config.%d.nat_ip",
"network_interface.%d.access_config.%d.network_tier",
"network_interface.%d.access_config.%d.public_ptr_domain_name",
}

schedulingKeys = []string{
"scheduling.0.on_host_maintenance",
"scheduling.0.automatic_restart",
Expand Down

0 comments on commit 9a4d4a9

Please sign in to comment.