Difference between revisions of "Block device mappings"

From wikieduonline
Jump to navigation Jump to search
 
Line 2: Line 2:
 
  Error: "block_device_mappings.0.ebs.0.kms_key_id" (arn:::aws) is an invalid ARN: [[arn]]: [[not enough sections]]
 
  Error: "block_device_mappings.0.ebs.0.kms_key_id" (arn:::aws) is an invalid ARN: [[arn]]: [[not enough sections]]
  
 +
 +
      block_device_mappings {
 +
          device_name = "/dev/xvda"
 +
 +
          [[ebs]] {
 +
              encrypted = "true"
 +
          }
 +
        }
  
 
* <code>[[AWS Block device mapping]]</code>
 
* <code>[[AWS Block device mapping]]</code>

Latest revision as of 14:43, 16 August 2023

Error: "block_device_mappings.0.ebs.0.kms_key_id" (arn:::aws) is an invalid ARN: arn: not enough sections


     block_device_mappings {
         device_name = "/dev/xvda"
         ebs {
             encrypted = "true"
         }
       }

See also[edit]

Advertising: