Difference between revisions of "Volume size"

From wikieduonline
Jump to navigation Jump to search
(Removed redirect to Aws instance)
Tag: Removed redirect
Line 1: Line 1:
  
 +
 +
 +
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.
  
  

Revision as of 12:14, 13 March 2023


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


Advertising: