Тёмный
No video :(

VSCode Setup for AWS and Terraform 

More than Certified
Подписаться 3,1 тыс.
Просмотров 26 тыс.
50% 1

Опубликовано:

 

29 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 4   
@vinaymenon5411
@vinaymenon5411 2 года назад
Hi I have installed terraform and visual studio code also I have installed the terraform extension for vs. But I am facing issue when I try to write a code it does not provide auto suggestions like if I select something for example required_providers and press enter and then provide a name like aws and press enter I get below context terraform { required_version = "~> 1.1.9" required_providers { aws = { } } it should actually show something like the example shown below this "source" and "version" should automatically show as auto mapped pre context in inverted commas terraform { required_version = "~> 1.1.9" required_providers { aws = { source = "value" version = "value" } } Any idea what is causing it. I tried removing and reinstall vscode, reinstalled terraform extension I even deleted terraform application and downloaded new setup. But same issue. if you know what the issue is can you please help me there are many other examples like this if I select tags and press enter it should show something like " key" and "value" it does not show not sure what the issue is
@brianbh1528
@brianbh1528 Год назад
Hello Sir Thank you for such greate video, But I have issue with following error
@touristtam
@touristtam Год назад
Have you just shown the world your credentials?
@MorethanCertified
@MorethanCertified Год назад
Nah, I delete creds as soon as the video is recorded. It gets old trying to blur them out, so I just record and rotate.
Далее
Why You NEED To Learn Terraform | Practical Tutorial
27:33