Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
mark kms self links as computed
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
chrisst authored and modular-magician committed Jul 11, 2019
1 parent a1a1a29 commit d72b2b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
- name: create a region disk
gcp_compute_region_disk:
name: test_object
size_gb: 500
size_gb: 50
disk_encryption_key:
raw_key: SGVsbG8gZnJvbSBHb29nbGUgQ2xvdWQgUGxhdGZvcm0=
region: us-central1
Expand Down
10 changes: 5 additions & 5 deletions test/integration/targets/gcp_compute_region_disk/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
- name: delete a region disk
gcp_compute_region_disk:
name: "{{ resource_name }}"
size_gb: 500
size_gb: 50
disk_encryption_key:
raw_key: SGVsbG8gZnJvbSBHb29nbGUgQ2xvdWQgUGxhdGZvcm0=
region: us-central1
Expand All @@ -31,7 +31,7 @@
- name: create a region disk
gcp_compute_region_disk:
name: "{{ resource_name }}"
size_gb: 500
size_gb: 50
disk_encryption_key:
raw_key: SGVsbG8gZnJvbSBHb29nbGUgQ2xvdWQgUGxhdGZvcm0=
region: us-central1
Expand Down Expand Up @@ -67,7 +67,7 @@
- name: create a region disk that already exists
gcp_compute_region_disk:
name: "{{ resource_name }}"
size_gb: 500
size_gb: 50
disk_encryption_key:
raw_key: SGVsbG8gZnJvbSBHb29nbGUgQ2xvdWQgUGxhdGZvcm0=
region: us-central1
Expand All @@ -88,7 +88,7 @@
- name: delete a region disk
gcp_compute_region_disk:
name: "{{ resource_name }}"
size_gb: 500
size_gb: 50
disk_encryption_key:
raw_key: SGVsbG8gZnJvbSBHb29nbGUgQ2xvdWQgUGxhdGZvcm0=
region: us-central1
Expand Down Expand Up @@ -123,7 +123,7 @@
- name: delete a region disk that does not exist
gcp_compute_region_disk:
name: "{{ resource_name }}"
size_gb: 500
size_gb: 50
disk_encryption_key:
raw_key: SGVsbG8gZnJvbSBHb29nbGUgQ2xvdWQgUGxhdGZvcm0=
region: us-central1
Expand Down

0 comments on commit d72b2b6

Please sign in to comment.