Skip to content

Commit badba54

Browse files
committed
added parent tag
1 parent 25b102c commit badba54

File tree

1 file changed

+3
-2
lines changed
  • compute/disk_async_replication

1 file changed

+3
-2
lines changed

compute/disk_async_replication/main.tf

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
16+
17+
# [START compute_disk_async_replication_parent_tag]
1718
# [START primary_disk_setup_for_async_replication]
1819
resource "google_compute_disk" "primary-disk" {
1920
name = "primary-disk"
@@ -47,4 +48,4 @@ resource "google_compute_disk_async_replication" "replication" {
4748
}
4849
}
4950
# [END setup_to_start_asynchronous_replication]
50-
51+
# [END compute_disk_async_replication_parent_tag]

0 commit comments

Comments
 (0)