Difference between revisions of "Block device mappings"

From wikieduonline
Jump to navigation Jump to search
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
  Error: "block_device_mappings.0.ebs.0.kms_key_id" (arn:::aws) is an invalid ARN: arn: [[not enough sections]]
+
{{lc}}
 +
  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"
  
[[AWS Block device mapping]]
+
          [[ebs]] {
 +
              encrypted = "true"
 +
          }
 +
        }
 +
 
 +
* <code>[[AWS Block device mapping]]</code>
 +
* [[aws_launch_template]]
 +
 
 +
== See also ==
 +
* {{AWS Block}}
 +
 
 +
[[Category:AWS]]

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: