https://github.com/meshcloud/outscale-demo
Outscale Building Blocks
https://github.com/meshcloud/outscale-demo
Last synced: 4 months ago
JSON representation
Outscale Building Blocks
- Host: GitHub
- URL: https://github.com/meshcloud/outscale-demo
- Owner: meshcloud
- Created: 2025-08-11T08:26:48.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-22T13:45:38.000Z (9 months ago)
- Last Synced: 2025-12-01T06:46:48.522Z (7 months ago)
- Language: HCL
- Size: 32.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Outscale
## Building Blocks
### Authentication
- To use these Building Blocks, you will need the following
- Outscale Access Key
- Outscale Secret Key
- Region
### Virtual Network with Subnet
- This Building Block creates a new Virtual Network and Subnet
- Outputs
- VNET ID
- Subnet ID
### Virtual Machine in a Subnet
- This Building Block creates a new VM inside of a Subnet
- Inputs
- VNET ID (Required)
- Subnet ID (Required)
- Image ID (Required)
- VM Type (Required)