Difference between revisions of "Volume size"

From wikieduonline
Jump to navigation Jump to search
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
+
{{lc}}
  
  
Line 11: Line 11:
 
         }
 
         }
 
         # (32 unchanged attributes hidden)
 
         # (32 unchanged attributes hidden)
 
+
 
       ~ root_block_device {
 
       ~ root_block_device {
 
             tags                  = {}
 
             tags                  = {}
Line 17: Line 17:
 
             # (7 unchanged attributes hidden)
 
             # (7 unchanged attributes hidden)
 
         }
 
         }
 
+
 
         # (6 unchanged blocks hidden)
 
         # (6 unchanged blocks hidden)
 
     }
 
     }
 
+
 
  Plan: 0 to add, 1 to change, 0 to destroy.
 
  Plan: 0 to add, 1 to change, 0 to destroy.
  
  
 
  [[root_block_device]]
 
  [[root_block_device]]
 +
[[ebs_block_device]]
 +
[[terraform plan]]
  
  
 +
== See also ==
 +
* {{ebs_block_device_argument}}
 +
* {{aws_instance}}
  
* {{aws_instance}}
+
[[Category:AWS]]

Latest revision as of 14:23, 22 October 2024


Terraform will perform the following actions:

 # aws_instance.myUbuntuMicroInstance will be updated in-place
 ~ resource "aws_instance" "myUbuntu" {
       id                                   = "i-04dc87d0e13ac1234"
       tags                                 = {
           "Name" = "myUbuntu"
       }
       # (32 unchanged attributes hidden)

     ~ root_block_device {
           tags                  = {}
         ~ volume_size           = 8 -> 50
           # (7 unchanged attributes hidden)
       }

       # (6 unchanged blocks hidden)
   }

Plan: 0 to add, 1 to change, 0 to destroy.


root_block_device
ebs_block_device
terraform plan


See also[edit]

Advertising: