Skip to content

Commit

Permalink
Add missing lr.manifest.yaml entries (#1824)
Browse files Browse the repository at this point in the history
Get it so that `make providers/build` doesn't leave files in the git
repo. This is a combo of what was generated + min version data from
these files in v8.

---------

Signed-off-by: Tim Smith <tsmith84@gmail.com>
  • Loading branch information
tas50 authored Sep 21, 2023
1 parent 524c152 commit 1c83a8d
Show file tree
Hide file tree
Showing 10 changed files with 1,026 additions and 33 deletions.
3 changes: 2 additions & 1 deletion providers/aws/resources/aws.lr.manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,8 @@ resources:
keypair: {}
launchTime: {}
patchState: {}
platformDetails: {}
platformDetails:
min_mondoo_version: 8.11.0
privateDnsName: {}
privateIp: {}
publicDnsName: {}
Expand Down
96 changes: 96 additions & 0 deletions providers/equinix/resources/equinix.lr.manifest.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
# Copyright (c) Mondoo, Inc.
# SPDX-License-Identifier: BUSL-1.1

resources:
equinix.metal.device:
fields:
billingCycle: {}
createdAt: {}
description: {}
hostname: {}
id: {}
locked: {}
os: {}
shortID: {}
spotInstance: {}
state: {}
updatedAt: {}
url: {}
maturity: experimental
min_mondoo_version: 5.15.0
platform:
name:
- equinix
equinix.metal.organization:
fields:
address: {}
billingPhone: {}
createdAt: {}
creditAmount: {}
description: {}
id: {}
mainPhone: {}
name: {}
taxId: {}
twitter: {}
updatedAt: {}
url: {}
users: {}
website: {}
maturity: experimental
min_mondoo_version: 5.15.0
platform:
name:
- equinix
equinix.metal.project:
fields:
createdAt: {}
devices: {}
id: {}
name: {}
organization: {}
sshKeys: {}
updatedAt: {}
url: {}
maturity: experimental
min_mondoo_version: 5.15.0
platform:
name:
- equinix
equinix.metal.sshkey:
fields:
createdAt: {}
fingerPrint: {}
id: {}
key: {}
label: {}
updatedAt: {}
url: {}
maturity: experimental
min_mondoo_version: 5.15.0
platform:
name:
- equinix
equinix.metal.user:
fields:
avatarUrl: {}
createdAt: {}
email: {}
facebook: {}
firstName: {}
fullName: {}
id: {}
lastName: {}
linkedin: {}
phoneNumber: {}
timezone: {}
twitter: {}
twoFactorAuth: {}
updatedAt: {}
url: {}
is_private: true
maturity: experimental
min_mondoo_version: 5.15.0
platform:
name:
- equinix
3 changes: 2 additions & 1 deletion providers/gcp/resources/gcp.lr.manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1249,7 +1249,8 @@ resources:
clusterIpv4Cidr: {}
created: {}
currentMasterVersion: {}
databaseEncryption: {}
databaseEncryption:
min_mondoo_version: 8.3.0
description: {}
enableKubernetesAlpha: {}
endpoint: {}
Expand Down
Loading

0 comments on commit 1c83a8d

Please sign in to comment.