https://github.com/navercloudplatform/terraform-ncloud-docs
https://github.com/navercloudplatform/terraform-ncloud-docs
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/navercloudplatform/terraform-ncloud-docs
- Owner: NaverCloudPlatform
- Created: 2022-02-08T07:11:28.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-23T08:57:34.000Z (about 1 year ago)
- Last Synced: 2025-04-28T07:57:33.690Z (8 months ago)
- Language: Go
- Size: 15.4 MB
- Stars: 8
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# terraform-ncloud-docs
## Overview
- This docs help to use terraform creation server
## Configuration (for run)
- Add configure file to call API
- Copy `account.yaml.sample` on root directory to `account.yaml` and fix it with your accessKey & secreyKey.
``` yaml
accounts:
- domain: "Pub"
region: "KR"
accessKey: {your access key}
secretKey: {your secret key}
apiUrl: "https://ncloud.apigw.ntruss.com"
- domain: "Fin"
region: "FKR"
accessKey: {your access key}
secretKey: {your secret key}
apiUrl: "https://fin-ncloud.apigw.fin-ntruss.com"
- domain: "Gov"
region: "KR"
accessKey: {your access key}
secretKey: {your secret key}
apiUrl: "https://ncloud.apigw.gov-ntruss.com"
```
## Contents
- [server_image_product](docs/server_image_product.md)