We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25b102c commit badba54Copy full SHA for badba54
compute/disk_async_replication/main.tf
@@ -13,7 +13,8 @@
13
* See the License for the specific language governing permissions and
14
* limitations under the License.
15
*/
16
-
+
17
+# [START compute_disk_async_replication_parent_tag]
18
# [START primary_disk_setup_for_async_replication]
19
resource "google_compute_disk" "primary-disk" {
20
name = "primary-disk"
@@ -47,4 +48,4 @@ resource "google_compute_disk_async_replication" "replication" {
47
48
}
49
50
# [END setup_to_start_asynchronous_replication]
51
+# [END compute_disk_async_replication_parent_tag]
0 commit comments