Перейти к содержимому

Terraform Authentication & Providers

CloudVidya

0:00 / 0:00

Terraform Authentication & Providers

3 407 просмотров · 5 лет назад
CloudVidya
696 подписчиков
3 407 просмотров · 5 лет назад
We need to authenticate terraform with our Cloud provider so that it can be allowed to create resources over that cloud. For authenticating with AWS we have used Access key and client secret. For authenticating with Azure we have used Azure CLI. Depending upon the provider we use the authentication methods changes. We need to initialize the provider for this using terraform init