<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/eb2ff30902ee018d.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-86f967e49d331a06.js"/><script src="/_next/static/chunks/4bd1b696-20e76533607e9cb9.js" async=""></script><script src="/_next/static/chunks/684-620cd0dc58775e00.js" async=""></script><script src="/_next/static/chunks/main-app-5c5feea2951c1ebd.js" async=""></script><script src="/_next/static/chunks/874-337b4094b64e0ad0.js" async=""></script><script src="/_next/static/chunks/app/layout-dcb81fbb8aad5942.js" async=""></script><title>Terraform Insutrction</title><meta name="description" content="terraform instruction"/><link rel="icon" href="/favicon.ico" type="image/x-icon" sizes="16x16"/><script>document.querySelectorAll('body link[rel="icon"], body link[rel="apple-touch-icon"]').forEach(el => document.head.appendChild(el))</script><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="flex flex-col min-h-screen"><div hidden=""><!--$--><!--/$--></div><header class="sticky top-0 z-50 bg-primary shadow-md"><nav class="container mx-auto px-4 py-4"><div class="flex items-center justify-between"><a class="text-2xl font-bold text-white hover:text-secondary transition-colors duration-200" href="/">Brand</a><div class="hidden md:flex gap-8 items-center"><a class="text-white hover:text-secondary transition-colors duration-200" href="/about_us">About Us</a><a class="text-white hover:text-secondary transition-colors duration-200" href="/projects">Projects</a><a class="text-white hover:text-secondary transition-colors duration-200" href="/contact_page">Contact Page</a></div><button class="md:hidden text-2xl text-white hover:text-secondary transition-colors duration-200" aria-label="Toggle menu" aria-expanded="false">☰</button></div></nav></header><div class="flex flex-1"><aside class="hidden lg:block sticky top-0 h-screen w-64 bg-gray-800 text-white overflow-y-auto"><nav class="p-4"><div class="mt-6 pt-4 border-t border-gray-700"><ul class="space-y-1"><li><a class="block px-4 py-2 text-sm rounded hover:bg-gray-700 transition-colors truncate" title="埼玉県のDXパートナーに入ったことのお知らせ" href="/projects/afa7b5f8-6734-4222-8c6e-71da226fa53c">埼玉県のDXパートナーに入ったことのお知らせ</a></li><li><a class="block px-4 py-2 text-sm rounded hover:bg-gray-700 transition-colors truncate" title="埋め立ての基礎" href="/projects/990e57c7-09dd-41e9-97ba-1a7ee6fead71">埋め立ての基礎</a></li><li><a class="block px-4 py-2 text-sm rounded hover:bg-gray-700 transition-colors truncate" title="test" href="/projects/3fd5986d-2458-4f42-9c9c-ac39a13d9752">test</a></li><li><a class="block px-4 py-2 text-sm rounded hover:bg-gray-700 transition-colors truncate" title="Creative" href="/projects/1270036f-0c29-4309-8abe-f8cc290470b3">Creative</a></li></ul></div></nav></aside><main class="flex-1"><main class="min-h-screen"><section class="bg-primary text-white py-20 md:py-32"><div class="container mx-auto px-4 md:px-6"><div class="max-w-3xl mx-auto text-center"><h1 class="text-4xl md:text-5xl lg:text-6xl font-bold mb-6">Master Terraform Infrastructure</h1><p class="text-lg md:text-xl text-gray-200 mb-8">Learn how to build, manage, and scale cloud infrastructure with Terraform. From basics to advanced patterns, we guide you every step of the way.</p><div class="flex flex-col sm:flex-row gap-4 justify-center"><a href="/services" class="bg-accent text-white px-8 py-3 rounded-lg font-semibold hover:bg-opacity-90 transition">Explore Courses</a><a href="/contact" class="bg-white text-primary px-8 py-3 rounded-lg font-semibold hover:bg-gray-100 transition">Get Started</a></div></div></div></section><section class="py-16 md:py-24 bg-gray-50"><div class="container mx-auto px-4 md:px-6"><div class="text-center mb-12"><h2 class="text-3xl md:text-4xl font-bold text-primary mb-4">Why Learn Terraform?</h2><p class="text-lg text-secondary max-w-2xl mx-auto">Discover the benefits of infrastructure as code and modern cloud management</p></div><div class="grid md:grid-cols-3 gap-8"><div class="bg-white p-8 rounded-lg shadow-sm hover:shadow-md transition"><div class="text-4xl mb-4">☁️</div><h3 class="text-xl font-semibold text-primary mb-3">Multi-Cloud Support</h3><p class="text-secondary">Deploy across AWS, Azure, Google Cloud, and other providers with a single configuration language.</p></div><div class="bg-white p-8 rounded-lg shadow-sm hover:shadow-md transition"><div class="text-4xl mb-4">🔄</div><h3 class="text-xl font-semibold text-primary mb-3">Version Control</h3><p class="text-secondary">Treat your infrastructure like code with Git integration and full audit trails of all changes.</p></div><div class="bg-white p-8 rounded-lg shadow-sm hover:shadow-md transition"><div class="text-4xl mb-4">⚡</div><h3 class="text-xl font-semibold text-primary mb-3">Automation at Scale</h3><p class="text-secondary">Automate infrastructure provisioning and management across thousands of resources effortlessly.</p></div></div></div></section><section class="py-16 md:py-24"><div class="container mx-auto px-4 md:px-6"><div class="text-center mb-12"><h2 class="text-3xl md:text-4xl font-bold text-primary mb-4">Learning Paths</h2><p class="text-lg text-secondary max-w-2xl mx-auto">Choose your learning journey based on your experience level</p></div><div class="grid md:grid-cols-3 gap-8"><div class="border-2 border-gray-200 p-8 rounded-lg hover:border-primary transition"><h3 class="text-2xl font-bold text-primary mb-4">Beginner</h3><ul class="space-y-3 text-secondary mb-6"><li class="flex items-start"><span class="text-accent mr-3">✓</span><span>Terraform fundamentals</span></li><li class="flex items-start"><span class="text-accent mr-3">✓</span><span>Basic configuration syntax</span></li><li class="flex items-start"><span class="text-accent mr-3">✓</span><span>AWS basics with Terraform</span></li><li class="flex items-start"><span class="text-accent mr-3">✓</span><span>State management intro</span></li></ul><button class="w-full bg-primary text-white py-2 rounded-lg hover:bg-opacity-90 transition">Start Learning</button></div><div class="border-2 border-primary p-8 rounded-lg bg-primary/5"><div class="inline-block bg-accent text-white px-3 py-1 rounded-full text-sm font-semibold mb-4">Popular</div><h3 class="text-2xl font-bold text-primary mb-4">Intermediate</h3><ul class="space-y-3 text-secondary mb-6"><li class="flex items-start"><span class="text-accent mr-3">✓</span><span>Advanced modules</span></li><li class="flex items-start"><span class="text-accent mr-3">✓</span><span>State file management</span></li><li class="flex items-start"><span class="text-accent mr-3">✓</span><span>Multi-environment setups</span></li><li class="flex items-start"><span class="text-accent mr-3">✓</span><span>CI/CD integration</span></li></ul><button class="w-full bg-primary text-white py-2 rounded-lg hover:bg-opacity-90 transition">Explore Course</button></div><div class="border-2 border-gray-200 p-8 rounded-lg hover:border-primary transition"><h3 class="text-2xl font-bold text-primary mb-4">Advanced</h3><ul class="space-y-3 text-secondary mb-6"><li class="flex items-start"><span class="text-accent mr-3">✓</span><span>Custom providers</span></li><li class="flex items-start"><span class="text-accent mr-3">✓</span><span>Enterprise patterns</span></li><li class="flex items-start"><span class="text-accent mr-3">✓</span><span>Testing strategies</span></li><li class="flex items-start"><span class="text-accent mr-3">✓</span><span>Performance optimization</span></li></ul><button class="w-full bg-primary text-white py-2 rounded-lg hover:bg-opacity-90 transition">View Advanced</button></div></div></div></section><section class="py-16 md:py-24 bg-gray-50"><div class="container mx-auto px-4 md:px-6"><div class="text-center mb-12"><h2 class="text-3xl md:text-4xl font-bold text-primary mb-4">What Our Students Say</h2><p class="text-lg text-secondary max-w-2xl mx-auto">Join thousands of engineers who have mastered Terraform</p></div><div class="grid md:grid-cols-3 gap-8"><div class="bg-white p-8 rounded-lg shadow-sm"><div class="flex items-center mb-4"><div class="text-yellow-400 text-lg">★★★★★</div></div><p class="text-secondary mb-6">&quot;The Terraform course transformed how I manage infrastructure. The hands-on examples were incredibly practical and immediately applicable to my work.&quot;</p><div><p class="font-semibold text-primary">Sarah Johnson</p><p class="text-sm text-secondary">DevOps Engineer</p></div></div><div class="bg-white p-8 rounded-lg shadow-sm"><div class="flex items-center mb-4"><div class="text-yellow-400 text-lg">★★★★★</div></div><p class="text-secondary mb-6">&quot;Outstanding instruction! The progression from basics to advanced concepts was smooth and well-paced. I now confidently manage multi-cloud infrastructure.&quot;</p><div><p class="font-semibold text-primary">Michael Chen</p><p class="text-sm text-secondary">Cloud Architect</p></div></div><div class="bg-white p-8 rounded-lg shadow-sm"><div class="flex items-center mb-4"><div class="text-yellow-400 text-lg">★★★★★</div></div><p class="text-secondary mb-6">&quot;This course gave me the confidence to implement infrastructure as code in our organization. The best investment in my professional development.&quot;</p><div><p class="font-semibold text-primary">Emma Rodriguez</p><p class="text-sm text-secondary">Infrastructure Manager</p></div></div></div></div></section><section class="py-16 md:py-24 bg-primary text-white"><div class="container mx-auto px-4 md:px-6"><div class="max-w-2xl mx-auto text-center"><h2 class="text-3xl md:text-4xl font-bold mb-6">Ready to Master Terraform?</h2><p class="text-lg text-gray-200 mb-8">Start your infrastructure journey today. Join our community of cloud engineers building the future.</p><div class="flex flex-col sm:flex-row gap-4 justify-center"><a href="/contact" class="bg-accent text-white px-8 py-3 rounded-lg font-semibold hover:bg-opacity-90 transition">Enroll Now</a><a href="/services" class="bg-white text-primary px-8 py-3 rounded-lg font-semibold hover:bg-gray-100 transition">View All Courses</a></div></div></div></section></main><!--$--><!--/$--></main></div><footer class="bg-primary text-white py-12"><div class="container mx-auto px-4"><div class="grid grid-cols-1 md:grid-cols-3 gap-8"><div><a class="flex items-center gap-2 mb-4 hover:opacity-80 transition-opacity" href="/"><span class="text-xl font-bold">My Site</span></a><p class="text-secondary">Building amazing digital experiences with modern technology and creative design.</p></div><div><h3 class="text-lg font-semibold mb-4">Quick Links</h3><ul class="space-y-2"><li><a class="text-secondary hover:text-white transition-colors duration-200" href="/about_us">About Us</a></li><li><a class="text-secondary hover:text-white transition-colors duration-200" href="/projects">Projects</a></li><li><a class="text-secondary hover:text-white transition-colors duration-200" href="/contact_page">Contact Page</a></li></ul></div><div><h3 class="text-lg font-semibold mb-4">Services</h3><ul class="space-y-2"><li class="text-secondary">Web Development</li><li class="text-secondary">Design &amp; UX</li><li class="text-secondary">Consulting</li><li class="text-secondary">Support &amp; Maintenance</li></ul></div></div><div class="mt-8 pt-8 border-t border-accent text-center text-secondary"><p>© <!-- -->2026<!-- --> My Site. All rights reserved.</p></div></div></footer><script src="/_next/static/chunks/webpack-86f967e49d331a06.js" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[4615,[\"874\",\"static/chunks/874-337b4094b64e0ad0.js\",\"177\",\"static/chunks/app/layout-dcb81fbb8aad5942.js\"],\"default\"]\n4:I[7555,[],\"\"]\n5:I[1295,[],\"\"]\n6:I[6874,[\"874\",\"static/chunks/874-337b4094b64e0ad0.js\",\"177\",\"static/chunks/app/layout-dcb81fbb8aad5942.js\"],\"\"]\n7:I[9665,[],\"OutletBoundary\"]\na:I[4911,[],\"AsyncMetadataOutlet\"]\nc:I[9665,[],\"ViewportBoundary\"]\ne:I[9665,[],\"MetadataBoundary\"]\n10:I[6614,[],\"\"]\n:HL[\"/_next/static/css/eb2ff30902ee018d.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"RP9jHPKBmiTFSZK-zXLT3\",\"p\":\"\",\"c\":[\"\",\"\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/eb2ff30902ee018d.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"children\":[\"$\",\"body\",null,{\"className\":\"flex flex-col min-h-screen\",\"children\":[[\"$\",\"$L2\",null,{}],[\"$\",\"div\",null,{\"className\":\"flex flex-1\",\"children\":[\"$L3\",[\"$\",\"main\",null,{\"className\":\"flex-1\",\"children\":[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]]}],[\"$\",\"footer\",null,{\"className\":\"bg-primary text-white py-12\",\"children\":[\"$\",\"div\",null,{\"className\":\"container mx-auto px-4\",\"children\":[[\"$\",\"div\",null,{\"className\":\"grid grid-cols-1 md:grid-cols-3 gap-8\",\"children\":[[\"$\",\"div\",null,{\"children\":[[\"$\",\"$L6\",null,{\"href\":\"/\",\"className\":\"flex items-center gap-2 mb-4 hover:opacity-80 transition-opacity\",\"children\":[\"$\",\"span\",null,{\"className\":\"text-xl font-bold\",\"children\":\"My Site\"}]}],[\"$\",\"p\",null,{\"className\":\"text-secondary\",\"children\":\"Building amazing digital experiences with modern technology and creative design.\"}]]}],[\"$\",\"div\",null,{\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-lg font-semibold mb-4\",\"children\":\"Quick Links\"}],[\"$\",\"ul\",null,{\"className\":\"space-y-2\",\"children\":[[\"$\",\"li\",null,{\"children\":[\"$\",\"$L6\",null,{\"href\":\"/about_us\",\"className\":\"text-secondary hover:text-white transition-colors duration-200\",\"children\":\"About Us\"}]}],[\"$\",\"li\",null,{\"children\":[\"$\",\"$L6\",null,{\"href\":\"/projects\",\"className\":\"text-secondary hover:text-white transition-colors duration-200\",\"children\":\"Projects\"}]}],[\"$\",\"li\",null,{\"children\":[\"$\",\"$L6\",null,{\"href\":\"/contact_page\",\"className\":\"text-secondary hover:text-white transition-colors duration-200\",\"children\":\"Contact Page\"}]}]]}]]}],[\"$\",\"div\",null,{\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-lg font-semibold mb-4\",\"children\":\"Services\"}],[\"$\",\"ul\",null,{\"className\":\"space-y-2\",\"children\":[[\"$\",\"li\",null,{\"className\":\"text-secondary\",\"children\":\"Web Development\"}],[\"$\",\"li\",null,{\"className\":\"text-secondary\",\"children\":\"Design \u0026 UX\"}],[\"$\",\"li\",null,{\"className\":\"text-secondary\",\"children\":\"Consulting\"}],[\"$\",\"li\",null,{\"className\":\"text-secondary\",\"children\":\"Support \u0026 Maintenance\"}]]}]]}]]}],[\"$\",\"div\",null,{\"className\":\"mt-8 pt-8 border-t border-accent text-center text-secondary\",\"children\":[\"$\",\"p\",null,{\"children\":[\"© \",2026,\" My Site. All rights reserved.\"]}]}]]}]}]]}]}]]}],{\"children\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"main\",null,{\"className\":\"min-h-screen\",\"children\":[[\"$\",\"section\",null,{\"className\":\"bg-primary text-white py-20 md:py-32\",\"children\":[\"$\",\"div\",null,{\"className\":\"container mx-auto px-4 md:px-6\",\"children\":[\"$\",\"div\",null,{\"className\":\"max-w-3xl mx-auto text-center\",\"children\":[[\"$\",\"h1\",null,{\"className\":\"text-4xl md:text-5xl lg:text-6xl font-bold mb-6\",\"children\":\"Master Terraform Infrastructure\"}],[\"$\",\"p\",null,{\"className\":\"text-lg md:text-xl text-gray-200 mb-8\",\"children\":\"Learn how to build, manage, and scale cloud infrastructure with Terraform. From basics to advanced patterns, we guide you every step of the way.\"}],[\"$\",\"div\",null,{\"className\":\"flex flex-col sm:flex-row gap-4 justify-center\",\"children\":[[\"$\",\"a\",null,{\"href\":\"/services\",\"className\":\"bg-accent text-white px-8 py-3 rounded-lg font-semibold hover:bg-opacity-90 transition\",\"children\":\"Explore Courses\"}],[\"$\",\"a\",null,{\"href\":\"/contact\",\"className\":\"bg-white text-primary px-8 py-3 rounded-lg font-semibold hover:bg-gray-100 transition\",\"children\":\"Get Started\"}]]}]]}]}]}],[\"$\",\"section\",null,{\"className\":\"py-16 md:py-24 bg-gray-50\",\"children\":[\"$\",\"div\",null,{\"className\":\"container mx-auto px-4 md:px-6\",\"children\":[[\"$\",\"div\",null,{\"className\":\"text-center mb-12\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-3xl md:text-4xl font-bold text-primary mb-4\",\"children\":\"Why Learn Terraform?\"}],[\"$\",\"p\",null,{\"className\":\"text-lg text-secondary max-w-2xl mx-auto\",\"children\":\"Discover the benefits of infrastructure as code and modern cloud management\"}]]}],[\"$\",\"div\",null,{\"className\":\"grid md:grid-cols-3 gap-8\",\"children\":[[\"$\",\"div\",null,{\"className\":\"bg-white p-8 rounded-lg shadow-sm hover:shadow-md transition\",\"children\":[[\"$\",\"div\",null,{\"className\":\"text-4xl mb-4\",\"children\":\"☁️\"}],[\"$\",\"h3\",null,{\"className\":\"text-xl font-semibold text-primary mb-3\",\"children\":\"Multi-Cloud Support\"}],[\"$\",\"p\",null,{\"className\":\"text-secondary\",\"children\":\"Deploy across AWS, Azure, Google Cloud, and other providers with a single configuration language.\"}]]}],[\"$\",\"div\",null,{\"className\":\"bg-white p-8 rounded-lg shadow-sm hover:shadow-md transition\",\"children\":[[\"$\",\"div\",null,{\"className\":\"text-4xl mb-4\",\"children\":\"🔄\"}],[\"$\",\"h3\",null,{\"className\":\"text-xl font-semibold text-primary mb-3\",\"children\":\"Version Control\"}],[\"$\",\"p\",null,{\"className\":\"text-secondary\",\"children\":\"Treat your infrastructure like code with Git integration and full audit trails of all changes.\"}]]}],[\"$\",\"div\",null,{\"className\":\"bg-white p-8 rounded-lg shadow-sm hover:shadow-md transition\",\"children\":[[\"$\",\"div\",null,{\"className\":\"text-4xl mb-4\",\"children\":\"⚡\"}],[\"$\",\"h3\",null,{\"className\":\"text-xl font-semibold text-primary mb-3\",\"children\":\"Automation at Scale\"}],[\"$\",\"p\",null,{\"className\":\"text-secondary\",\"children\":\"Automate infrastructure provisioning and management across thousands of resources effortlessly.\"}]]}]]}]]}]}],[\"$\",\"section\",null,{\"className\":\"py-16 md:py-24\",\"children\":[\"$\",\"div\",null,{\"className\":\"container mx-auto px-4 md:px-6\",\"children\":[[\"$\",\"div\",null,{\"className\":\"text-center mb-12\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-3xl md:text-4xl font-bold text-primary mb-4\",\"children\":\"Learning Paths\"}],[\"$\",\"p\",null,{\"className\":\"text-lg text-secondary max-w-2xl mx-auto\",\"children\":\"Choose your learning journey based on your experience level\"}]]}],[\"$\",\"div\",null,{\"className\":\"grid md:grid-cols-3 gap-8\",\"children\":[[\"$\",\"div\",null,{\"className\":\"border-2 border-gray-200 p-8 rounded-lg hover:border-primary transition\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-2xl font-bold text-primary mb-4\",\"children\":\"Beginner\"}],[\"$\",\"ul\",null,{\"className\":\"space-y-3 text-secondary mb-6\",\"children\":[[\"$\",\"li\",null,{\"className\":\"flex items-start\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-accent mr-3\",\"children\":\"✓\"}],[\"$\",\"span\",null,{\"children\":\"Terraform fundamentals\"}]]}],[\"$\",\"li\",null,{\"className\":\"flex items-start\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-accent mr-3\",\"children\":\"✓\"}],[\"$\",\"span\",null,{\"children\":\"Basic configuration syntax\"}]]}],[\"$\",\"li\",null,{\"className\":\"flex items-start\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-accent mr-3\",\"children\":\"✓\"}],[\"$\",\"span\",null,{\"children\":\"AWS basics with Terraform\"}]]}],[\"$\",\"li\",null,{\"className\":\"flex items-start\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-accent mr-3\",\"children\":\"✓\"}],[\"$\",\"span\",null,{\"children\":\"State management intro\"}]]}]]}],[\"$\",\"button\",null,{\"className\":\"w-full bg-primary text-white py-2 rounded-lg hover:bg-opacity-90 transition\",\"children\":\"Start Learning\"}]]}],[\"$\",\"div\",null,{\"className\":\"border-2 border-primary p-8 rounded-lg bg-primary/5\",\"children\":[[\"$\",\"div\",null,{\"className\":\"inline-block bg-accent text-white px-3 py-1 rounded-full text-sm font-semibold mb-4\",\"children\":\"Popular\"}],[\"$\",\"h3\",null,{\"className\":\"text-2xl font-bold text-primary mb-4\",\"children\":\"Intermediate\"}],[\"$\",\"ul\",null,{\"className\":\"space-y-3 text-secondary mb-6\",\"children\":[[\"$\",\"li\",null,{\"className\":\"flex items-start\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-accent mr-3\",\"children\":\"✓\"}],[\"$\",\"span\",null,{\"children\":\"Advanced modules\"}]]}],[\"$\",\"li\",null,{\"className\":\"flex items-start\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-accent mr-3\",\"children\":\"✓\"}],[\"$\",\"span\",null,{\"children\":\"State file management\"}]]}],[\"$\",\"li\",null,{\"className\":\"flex items-start\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-accent mr-3\",\"children\":\"✓\"}],[\"$\",\"span\",null,{\"children\":\"Multi-environment setups\"}]]}],[\"$\",\"li\",null,{\"className\":\"flex items-start\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-accent mr-3\",\"children\":\"✓\"}],[\"$\",\"span\",null,{\"children\":\"CI/CD integration\"}]]}]]}],[\"$\",\"button\",null,{\"className\":\"w-full bg-primary text-white py-2 rounded-lg hover:bg-opacity-90 transition\",\"children\":\"Explore Course\"}]]}],[\"$\",\"div\",null,{\"className\":\"border-2 border-gray-200 p-8 rounded-lg hover:border-primary transition\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-2xl font-bold text-primary mb-4\",\"children\":\"Advanced\"}],[\"$\",\"ul\",null,{\"className\":\"space-y-3 text-secondary mb-6\",\"children\":[[\"$\",\"li\",null,{\"className\":\"flex items-start\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-accent mr-3\",\"children\":\"✓\"}],[\"$\",\"span\",null,{\"children\":\"Custom providers\"}]]}],[\"$\",\"li\",null,{\"className\":\"flex items-start\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-accent mr-3\",\"children\":\"✓\"}],[\"$\",\"span\",null,{\"children\":\"Enterprise patterns\"}]]}],[\"$\",\"li\",null,{\"className\":\"flex items-start\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-accent mr-3\",\"children\":\"✓\"}],[\"$\",\"span\",null,{\"children\":\"Testing strategies\"}]]}],[\"$\",\"li\",null,{\"className\":\"flex items-start\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-accent mr-3\",\"children\":\"✓\"}],[\"$\",\"span\",null,{\"children\":\"Performance optimization\"}]]}]]}],[\"$\",\"button\",null,{\"className\":\"w-full bg-primary text-white py-2 rounded-lg hover:bg-opacity-90 transition\",\"children\":\"View Advanced\"}]]}]]}]]}]}],[\"$\",\"section\",null,{\"className\":\"py-16 md:py-24 bg-gray-50\",\"children\":[\"$\",\"div\",null,{\"className\":\"container mx-auto px-4 md:px-6\",\"children\":[[\"$\",\"div\",null,{\"className\":\"text-center mb-12\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-3xl md:text-4xl font-bold text-primary mb-4\",\"children\":\"What Our Students Say\"}],[\"$\",\"p\",null,{\"className\":\"text-lg text-secondary max-w-2xl mx-auto\",\"children\":\"Join thousands of engineers who have mastered Terraform\"}]]}],[\"$\",\"div\",null,{\"className\":\"grid md:grid-cols-3 gap-8\",\"children\":[[\"$\",\"div\",null,{\"className\":\"bg-white p-8 rounded-lg shadow-sm\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center mb-4\",\"children\":[\"$\",\"div\",null,{\"className\":\"text-yellow-400 text-lg\",\"children\":\"★★★★★\"}]}],[\"$\",\"p\",null,{\"className\":\"text-secondary mb-6\",\"children\":\"\\\"The Terraform course transformed how I manage infrastructure. The hands-on examples were incredibly practical and immediately applicable to my work.\\\"\"}],[\"$\",\"div\",null,{\"children\":[[\"$\",\"p\",null,{\"className\":\"font-semibold text-primary\",\"children\":\"Sarah Johnson\"}],[\"$\",\"p\",null,{\"className\":\"text-sm text-secondary\",\"children\":\"DevOps Engineer\"}]]}]]}],[\"$\",\"div\",null,{\"className\":\"bg-white p-8 rounded-lg shadow-sm\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center mb-4\",\"children\":[\"$\",\"div\",null,{\"className\":\"text-yellow-400 text-lg\",\"children\":\"★★★★★\"}]}],[\"$\",\"p\",null,{\"className\":\"text-secondary mb-6\",\"children\":\"\\\"Outstanding instruction! The progression from basics to advanced concepts was smooth and well-paced. I now confidently manage multi-cloud infrastructure.\\\"\"}],[\"$\",\"div\",null,{\"children\":[[\"$\",\"p\",null,{\"className\":\"font-semibold text-primary\",\"children\":\"Michael Chen\"}],[\"$\",\"p\",null,{\"className\":\"text-sm text-secondary\",\"children\":\"Cloud Architect\"}]]}]]}],[\"$\",\"div\",null,{\"className\":\"bg-white p-8 rounded-lg shadow-sm\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center mb-4\",\"children\":[\"$\",\"div\",null,{\"className\":\"text-yellow-400 text-lg\",\"children\":\"★★★★★\"}]}],[\"$\",\"p\",null,{\"className\":\"text-secondary mb-6\",\"children\":\"\\\"This course gave me the confidence to implement infrastructure as code in our organization. The best investment in my professional development.\\\"\"}],[\"$\",\"div\",null,{\"children\":[[\"$\",\"p\",null,{\"className\":\"font-semibold text-primary\",\"children\":\"Emma Rodriguez\"}],[\"$\",\"p\",null,{\"className\":\"text-sm text-secondary\",\"children\":\"Infrastructure Manager\"}]]}]]}]]}]]}]}],[\"$\",\"section\",null,{\"className\":\"py-16 md:py-24 bg-primary text-white\",\"children\":[\"$\",\"div\",null,{\"className\":\"container mx-auto px-4 md:px-6\",\"children\":[\"$\",\"div\",null,{\"className\":\"max-w-2xl mx-auto text-center\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-3xl md:text-4xl font-bold mb-6\",\"children\":\"Ready to Master Terraform?\"}],[\"$\",\"p\",null,{\"className\":\"text-lg text-gray-200 mb-8\",\"children\":\"Start your infrastructure journey today. Join our community of cloud engineers building the future.\"}],[\"$\",\"div\",null,{\"className\":\"flex flex-col sm:flex-row gap-4 justify-center\",\"children\":[[\"$\",\"a\",null,{\"href\":\"/contact\",\"className\":\"bg-accent text-white px-8 py-3 rounded-lg font-semibold hover:bg-opacity-90 transition\",\"children\":\"Enroll Now\"}],[\"$\",\"a\",null,{\"href\":\"/services\",\"className\":\"bg-white text-primary px-8 py-3 rounded-lg font-semibold hover:bg-gray-100 transition\",\"children\":\"View All Courses\"}]]}]]}]}]}]]}],null,[\"$\",\"$L7\",null,{\"children\":[\"$L8\",\"$L9\",[\"$\",\"$La\",null,{\"promise\":\"$@b\"}]]}]]}],{},null,false]},null,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$1\",\"CiB1Wgfl_42xlkeqctPW3v\",{\"children\":[[\"$\",\"$Lc\",null,{\"children\":\"$Ld\"}],null]}],[\"$\",\"$Le\",null,{\"children\":\"$Lf\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$10\",\"$undefined\"],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"11:\"$Sreact.suspense\"\n12:I[4911,[],\"AsyncMetadata\"]\nf:[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$11\",null,{\"fallback\":null,\"children\":[\"$\",\"$L12\",null,{\"promise\":\"$@13\"}]}]}]\n3:[\"$\",\"aside\",null,{\"className\":\"hidden lg:block sticky top-0 h-screen w-64 bg-gray-800 text-white overflow-y-auto\",\"children\":[\"$\",\"nav\",null,{\"className\":\"p-4\",\"children\":[\"$\",\"div\",null,{\"className\":\"mt-6 pt-4 border-t border-gray-700\",\"children\":[\"$\",\"ul\",null,{\"className\":\"space-y-1\",\"children\":[[\"$\",\"li\",\"afa7b5f8-6734-4222-8c6e-71da226fa53c\",{\"children\":[\"$\",\"$L6\",null,{\"href\":\"/projects/afa7b5f8-6734-4222-8c6e-71da226fa53c\",\"className\":\"block px-4 py-2 text-sm rounded hover:bg-gray-700 transition-colors truncate\",\"title\":\"埼玉県のDXパートナーに入ったことのお知らせ\",\"children\":\"埼玉県のDXパートナーに入ったことのお知らせ\"}]}],[\"$\",\"li\",\"990e57c7-09dd-41e9-97ba-1a7ee6fead71\",{\"children\":[\"$\",\"$L6\",null,{\"href\":\"/projects/990e57c7-09dd-41e9-97ba-1a7ee6fead71\",\"className\":\"block px-4 py-2 text-sm rounded hover:bg-gray-700 transition-colors truncate\",\"title\":\"埋め立ての基礎\",\"children\":\"埋め立ての基礎\"}]}],[\"$\",\"li\",\"3fd5986d-2458-4f42-9c9c-ac39a13d9752\",{\"children\":[\"$\",\"$L6\",null,{\"href\":\"/projects/3fd5986d-2458-4f42-9c9c-ac39a13d9752\",\"className\":\"block px-4 py-2 text-sm rounded hover:bg-gray-700 transition-colors truncate\",\"title\":\"test\",\"children\":\"test\"}]}],[\"$\",\"li\",\"1270036f-0c29-4309-8abe-f8cc290470b3\",{\"children\":[\"$\",\"$L6\",null,{\"href\":\"/projects/1270036f-0c29-4309-8abe-f8cc290470b3\",\"className\":\"block px-4 py-2 text-sm rounded hover:bg-gray-700 transition-colors truncate\",\"title\":\"Creative\",\"children\":\"Creative\"}]}]]}]}]}]}]\n9:null\n"])</script><script>self.__next_f.push([1,"d:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n8:null\n"])</script><script>self.__next_f.push([1,"b:{\"metadata\":[[\"$\",\"title\",\"0\",{\"children\":\"Terraform Insutrction\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"terraform instruction\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/favicon.ico\",\"type\":\"image/x-icon\",\"sizes\":\"16x16\"}]],\"error\":null,\"digest\":\"$undefined\"}\n13:{\"metadata\":\"$b:metadata\",\"error\":null,\"digest\":\"$undefined\"}\n"])</script></body></html>