Skip to content

Commit

Permalink
make tfgen (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirien authored Jun 19, 2024
1 parent 48075fe commit 8d88c8f
Show file tree
Hide file tree
Showing 64 changed files with 4,792 additions and 2,894 deletions.
1 change: 0 additions & 1 deletion .devcontainer.json

This file was deleted.

86 changes: 59 additions & 27 deletions provider/cmd/pulumi-resource-vultr/bridge-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
"current": "vultr:index/blockStorage:BlockStorage",
"majorVersion": 2
},
"vultr_container_registry": {
"current": "vultr:index/containerRegistry:ContainerRegistry",
"majorVersion": 2
},
"vultr_database": {
"current": "vultr:index/database:Database",
"majorVersion": 2,
Expand Down Expand Up @@ -106,6 +110,10 @@
"current": "vultr:index/firewallRule:FirewallRule",
"majorVersion": 2
},
"vultr_inference": {
"current": "vultr:index/inference:Inference",
"majorVersion": 2
},
"vultr_instance": {
"current": "vultr:index/instance:Instance",
"majorVersion": 2,
Expand All @@ -116,9 +124,6 @@
"features": {
"maxItemsOne": false
},
"private_network_ids": {
"maxItemsOne": false
},
"ssh_key_ids": {
"maxItemsOne": false
},
Expand Down Expand Up @@ -191,10 +196,6 @@
"current": "vultr:index/objectStorage:ObjectStorage",
"majorVersion": 2
},
"vultr_private_network": {
"current": "vultr:index/privateNetwork:PrivateNetwork",
"majorVersion": 2
},
"vultr_reserved_ip": {
"current": "vultr:index/reservedIp:ReservedIp",
"majorVersion": 2
Expand All @@ -217,6 +218,13 @@
},
"vultr_ssh_key": {
"current": "vultr:index/sSHKey:SSHKey",
"past": [
{
"name": "vultr:index/sshKey:SshKey",
"inCodegen": true,
"majorVersion": 2
}
],
"majorVersion": 2
},
"vultr_startup_script": {
Expand Down Expand Up @@ -346,6 +354,25 @@
}
}
},
"vultr_container_registry": {
"current": "vultr:index/getContainerRegistry:getContainerRegistry",
"majorVersion": 2,
"fields": {
"filter": {
"maxItemsOne": false,
"elem": {
"fields": {
"values": {
"maxItemsOne": false
}
}
}
},
"repositories": {
"maxItemsOne": false
}
}
},
"vultr_database": {
"current": "vultr:index/getDatabase:getDatabase",
"majorVersion": 2,
Expand Down Expand Up @@ -401,6 +428,22 @@
}
}
},
"vultr_inference": {
"current": "vultr:index/getInference:getInference",
"majorVersion": 2,
"fields": {
"filter": {
"maxItemsOne": false,
"elem": {
"fields": {
"values": {
"maxItemsOne": false
}
}
}
}
}
},
"vultr_instance": {
"current": "vultr:index/getInstance:getInstance",
"majorVersion": 2,
Expand All @@ -418,9 +461,6 @@
}
}
},
"private_network_ids": {
"maxItemsOne": false
},
"tags": {
"maxItemsOne": false
},
Expand Down Expand Up @@ -633,22 +673,6 @@
}
}
},
"vultr_private_network": {
"current": "vultr:index/getPrivateNetwork:getPrivateNetwork",
"majorVersion": 2,
"fields": {
"filter": {
"maxItemsOne": false,
"elem": {
"fields": {
"values": {
"maxItemsOne": false
}
}
}
}
}
},
"vultr_region": {
"current": "vultr:index/getRegion:getRegion",
"majorVersion": 2,
Expand Down Expand Up @@ -817,5 +841,13 @@
}
}
},
"auto-settings": {}
"auto-settings": {
"resources": {
"vultr_ssh_key": {
"aliases": [
"vultr:index/sshKey:SshKey"
]
}
}
}
}
Loading

0 comments on commit 8d88c8f

Please sign in to comment.