- This docs help to use terraform creation server
- Add configure file to call API
- Copy
account.yaml.sample
on root directory toaccount.yaml
and fix it with your accessKey & secreyKey.
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"