Skip to content

Commit 5264c80

Browse files
fix: add ec2>instance launched_at field in metadata
1 parent 06f5160 commit 5264c80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plugin/metadata/ec2/instance.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ table:
277277
- Image: data.compute.image
278278
is_optional: true
279279
- Availability Zone: data.compute.az
280-
- Launched At: data.compute.launched_at
280+
- Launched: data.compute.launched_at
281281
is_optional: true
282282
- Termination Protection: data.aws.termination_protection
283283
is_optional: true
@@ -365,7 +365,7 @@ tabs.0:
365365
- Security Groups: data.compute.security_groups.display # 상용에서도 똑같이 정상작동하지 않는 부분으로, 추후 수정이 필요함
366366
reference_key: data.group_id
367367
- Account ID: data.compute.account
368-
- Launched At: data.compute.launched_at
368+
- Launched: data.compute.launched_at
369369
type: datetime
370370
source_type: iso8601
371371

0 commit comments

Comments
 (0)