Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай HashiCorp Certified: Terraform Associate 2023, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:07:40
    Introduction to the Course and Certification
  • Урок 2. 00:10:09
    Choosing a right Infrastructure as Code tool
  • Урок 3. 00:06:21
    Installation Process of Terraform
  • Урок 4. 00:04:49
    Installing Terraform - MacOS and Linux Users
  • Урок 5. 00:05:44
    Choosing Right IDE for Terraform
  • Урок 6. 00:05:00
    Install & Setup Source Code Editor
  • Урок 7. 00:06:29
    Setting up AWS account
  • Урок 8. 00:19:37
    Creating first EC2 instance with Terraform
  • Урок 9. 00:12:25
    Understanding Resources & Providers - NEW
  • Урок 10. 00:08:44
    Understanding Resource & Providers - Part 2 NEW
  • Урок 11. 00:09:08
    Destroying Infrastructure with Terraform (NEW)
  • Урок 12. 00:09:35
    Understanding Terraform State files (NEW)
  • Урок 13. 00:05:43
    Understanding Desired & Current States (NEW)
  • Урок 14. 00:04:35
    Challenges with the current state on computed values (NEW)
  • Урок 15. 00:13:18
    Terraform Provider Versioning
  • Урок 16. 00:06:07
    Overview of Course Lecture Format
  • Урок 17. 00:12:36
    Understanding Attributes and Output Values in Terraform
  • Урок 18. 00:12:28
    Referencing Cross-Account Resource Attributes
  • Урок 19. 00:07:57
    Terraform Variables
  • Урок 20. 00:10:57
    Approaches for Variable Assignment
  • Урок 21. 00:13:18
    Data Types for Variables
  • Урок 22. 00:03:17
    Fetching Data from Maps and List in Variable
  • Урок 23. 00:11:26
    Count and Count Index
  • Урок 24. 00:07:53
    Conditional Expressions
  • Урок 25. 00:05:03
    Local Values
  • Урок 26. 00:18:37
    Terraform Functions
  • Урок 27. 00:08:08
    Data Sources
  • Урок 28. 00:04:05
    Debugging in Terraform
  • Урок 29. 00:02:24
    Terraform Format
  • Урок 30. 00:03:10
    Validating Terraform Configuration Files
  • Урок 31. 00:06:41
    Load Order & Semantics
  • Урок 32. 00:09:45
    Dynamic Blocks
  • Урок 33. 00:06:53
    Tainting Resources
  • Урок 34. 00:03:10
    Splat Expressions
  • Урок 35. 00:06:15
    Terraform Graph
  • Урок 36. 00:03:44
    Saving Terraform Plan to File
  • Урок 37. 00:03:05
    Terraform Output
  • Урок 38. 00:04:35
    Terraform Settings
  • Урок 39. 00:10:48
    Dealing with Large Infrastructure
  • Урок 40. 00:04:48
    Zipmap Function
  • Урок 41. 00:04:35
    Comments in Terraform
  • Урок 42. 00:07:21
    Challenges with Count Meta-Argument
  • Урок 43. 00:03:50
    Data Type - SET
  • Урок 44. 00:07:06
    for_each in Terraform
  • Урок 45. 00:05:47
    Understanding Provisioners in Terraform
  • Урок 46. 00:05:02
    Types of Provisioners
  • Урок 47. 00:16:36
    Implementing remote-exec provisioners
  • Урок 48. 00:05:08
    Implementing local-exec provisioners
  • Урок 49. 00:09:44
    Creation-Time & Destroy-Time Provisioners
  • Урок 50. 00:03:59
    Failure Behavior for Provisioners
  • Урок 51. 00:10:18
    Null Resource
  • Урок 52. 00:07:08
    Understanding DRY principle
  • Урок 53. 00:08:10
    Implementing EC2 module with Terraform
  • Урок 54. 00:06:19
    Variables and Terraform Modules
  • Урок 55. 00:08:23
    Using Locals with Modules
  • Урок 56. 00:08:09
    Referencing Module Outputs
  • Урок 57. 00:11:00
    Terraform Registry
  • Урок 58. 00:07:30
    Requirement for Publishing Modules in Terraform Registry
  • Урок 59. 00:05:28
    Terraform Workspace
  • Урок 60. 00:07:55
    Implementing Terraform Workspace
  • Урок 61. 00:07:22
    Integrating with GIT for team management
  • Урок 62. 00:08:07
    Security Challenges in Commiting TFState to GIT
  • Урок 63. 00:07:17
    Module Sources in Terraform
  • Урок 64. 00:05:25
    Terraform and .gitignore
  • Урок 65. 00:06:50
    Terraform Backends
  • Урок 66. 00:07:08
    Implementing S3 Backend
  • Урок 67. 00:07:12
    State File locking
  • Урок 68. 00:06:30
    Integrating DynamoDB with S3 for state locking
  • Урок 69. 00:09:44
    Terraform State Management
  • Урок 70. 00:06:43
    Cross- Project Collaboration using Remote State
  • Урок 71. 00:10:29
    Implementing Remote States Connections
  • Урок 72. 00:11:45
    Importing Existing Resources with Terraform Import
  • Урок 73. 00:04:04
    Handling Access & Secret Keys the Right Way in Providers
  • Урок 74. 00:06:34
    Terraform Provider UseCase - Resources in Multiple Regions
  • Урок 75. 00:04:06
    Handling Multiple AWS Profiles with Terraform Providers
  • Урок 76. 00:07:53
    Terraform & Assume Role with AWS STS
  • Урок 77. 00:02:54
    Sensitive Parameter
  • Урок 78. 00:06:48
    Overview of HashiCorp Vault
  • Урок 79. 00:06:00
    Terraform and Vault Integration
  • Урок 80. 00:06:53
    Overview of Terraform Cloud
  • Урок 81. 00:02:47
    Creating Terraform Cloud Account
  • Урок 82. 00:10:03
    Creating Infrastructure with Terraform Cloud
  • Урок 83. 00:09:01
    Overview of Sentinel
  • Урок 84. 00:06:22
    Overview of Remote Backends
  • Урок 85. 00:06:36
    Implementing Remote Backend Operations
  • Урок 86. 00:03:42
    Air Gapped Environments
  • Урок 87. 00:15:14
    Overview of HashiCorp Exams
  • Урок 88. 00:08:18
    Important Pointers for Exams - Part 01
  • Урок 89. 00:08:08
    Important Pointers for Exams - Part 02
  • Урок 90. 00:06:51
    Important Pointers for Exams - Part 03
  • Урок 91. 00:07:24
    Important Pointers for Exams - Part 04
  • Урок 92. 00:14:15
    Important Pointers for Exams - Part 05
  • Урок 93. 00:13:33
    Important Pointers for Exams - Part 06