Edward Sun

Results 162 comments of Edward Sun

@naphta this is by design that changing `metadata_startup_script` leads to trigger replacement. Below is what its [doc](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/compute_instance) indicates. Does this make sense? > metadata_startup_script - (Optional) An alternative to using...

@naphta it is fine with me switching between `startup_script` and `metadata_startup_script` by alternating commenting each line in below testing config. However I noticed that you had `prevent_destroy = true`. Is...

@naphta this is what I mentioned earlier. When you alter `metadata_startup_script`, it triggers recreation. This is by design. You can't avoid it via manipulating the config without changing the `design`....

@naphta i am not sure if there is a good way to achieve it `gracefully`. @melinath what do you think?

@c2thorn yes I did run the test successfully locally, but not in teamcity. Updated the release note to lower case on bigquery:

@tgoodsell-tempus closing assuming it is no longer an issue

@ScottSuarez yes it is quite old. Let me review this and let you know

@ScottSuarez the added test `TestAccStorageBucketAcl_basic_add` could help explain the use case. I have also rebased the PR.