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 8955dc7 commit 55e5369Copy full SHA for 55e5369
instance_volume.tf
@@ -39,6 +39,10 @@ resource "null_resource" "remote_exec" {
39
oci_core_volume_attachment.volume_attachment,
40
]
41
42
+ triggers = {
43
+ volume_attachment_id = oci_core_volume_attachment.volume_attachment.id # Trigger on volume attachment changes
44
+ }
45
+
46
provisioner "remote-exec" {
47
connection {
48
agent = false
0 commit comments