{"id":1661,"date":"2025-05-22T20:27:19","date_gmt":"2025-05-22T20:27:19","guid":{"rendered":"https:\/\/www.letscloud.io\/blog\/?p=1661"},"modified":"2025-05-22T20:27:19","modified_gmt":"2025-05-22T20:27:19","slug":"terraform-provider-letscloud-optimize-infrastructure","status":"publish","type":"post","link":"https:\/\/www.letscloud.io\/blog\/terraform-provider-letscloud-optimize-infrastructure\/","title":{"rendered":"Optimizing Your Infrastructure with the LetsCloud Terraform Provider"},"content":{"rendered":"\n<p>Managing cloud environments can be complex and time-consuming. That&#8217;s why, at LetsCloud, we&#8217;ve developed an official Terraform Provider that simplifies creating, configuring, and managing instances on LetsCloud efficiently and easily.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">What is Terraform?<\/h3>\n\n\n\n<p>Terraform is an infrastructure-as-code (IaC) tool that automates the provisioning, management, and versioning of infrastructure using declarative configuration files. This means you can clearly define how you want your infrastructure set up and let Terraform handle the creation and maintenance.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">LetsCloud Terraform Provider<\/h3>\n\n\n\n<p>Our official Terraform provider is publicly available on the Terraform Registry:<\/p>\n\n\n\n<p><a href=\"https:\/\/registry.terraform.io\/providers\/letscloud-community\/letscloud\/latest\">LetsCloud Terraform Provider<\/a><\/p>\n\n\n\n<p>This provider integrates directly with the LetsCloud API, allowing you to leverage all available resources directly through Terraform configuration files.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Key Benefits of Using Terraform with LetsCloud:<\/h3>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li><strong>Automation:<\/strong> Reduce the time spent on manual provisioning.<\/li>\n\n\n\n<li><strong>Consistency:<\/strong> Ensure all your environments are standardized and free from human error.<\/li>\n\n\n\n<li><strong>Scalability:<\/strong> Easily manage multiple instances or expand your infrastructure with minimal commands.<\/li>\n\n\n\n<li><strong>Versioning:<\/strong> Track and control changes made to your infrastructure, simplifying audits and rollbacks.<\/li>\n\n\n\n<li><strong>Collaboration:<\/strong> Improve team collaboration by sharing infrastructure configurations.<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\">Getting Started<\/h3>\n\n\n\n<p>Here&#8217;s a basic example of how to create a LetsCloud instance with Terraform:<\/p>\n\n\n\n<div class=\"wp-block-codemirror-blocks-code-block code-block\"><pre class=\"CodeMirror\" data-setting=\"{&quot;showPanel&quot;:true,&quot;languageLabel&quot;:&quot;language&quot;,&quot;fullScreenButton&quot;:true,&quot;copyButton&quot;:true,&quot;mode&quot;:&quot;htmlmixed&quot;,&quot;mime&quot;:&quot;text\/html&quot;,&quot;theme&quot;:&quot;material&quot;,&quot;lineNumbers&quot;:false,&quot;styleActiveLine&quot;:false,&quot;lineWrapping&quot;:false,&quot;readOnly&quot;:true,&quot;fileName&quot;:&quot;HTML&quot;,&quot;language&quot;:&quot;HTML&quot;,&quot;maxHeight&quot;:&quot;400px&quot;,&quot;modeName&quot;:&quot;html&quot;}\">terraform {\n  required_providers {\n    letscloud = {\n      source  = &quot;letscloud-community\/letscloud&quot;\n      version = &quot;~&gt; 1.0&quot;\n    }\n  }\n}\n\nprovider &quot;letscloud&quot; {\n  api_token = &quot;YOUR_API_TOKEN&quot;\n}\n\nresource &quot;letscloud_instance&quot; &quot;web&quot; {\n  name       = &quot;my-web-server&quot;\n  location   = &quot;MIA1&quot;\n  plan       = &quot;standard&quot;\n  image      = &quot;ubuntu-22-04&quot;\n  ssh_keys   = [&quot;ssh-rsa AAAA...&quot;]\n}<\/pre><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Step-by-Step Tutorial<\/h3>\n\n\n\n<p>To further simplify your initial experience, we&#8217;ve created a complete basic configuration tutorial, available directly in our community:<\/p>\n\n\n\n<p><a href=\"https:\/\/www.letscloud.io\/community\/how-to-create-an-instance-using-terraform-on-letscloud\">How to Create an Instance Using Terraform on LetsCloud<\/a><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Conclusion<\/h3>\n\n\n\n<p>Using Terraform with the LetsCloud provider significantly optimizes the process of creating and maintaining your cloud infrastructure. Immediate benefits include automation, standardization, and simplification, leading to time savings and reduced operational costs.<\/p>\n\n\n\n<p>Start today and experience the simplicity and efficiency of infrastructure as code with LetsCloud!<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Managing cloud environments can be complex and time-consuming. That&#8217;s why, at LetsCloud, we&#8217;ve developed an official Terraform Provider that simplifies creating, configuring, and managing instances on LetsCloud efficiently and easily. What is Terraform? Terraform is an infrastructure-as-code (IaC) tool that automates the provisioning, management, and versioning of infrastructure using declarative configuration files. This means you &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/www.letscloud.io\/blog\/terraform-provider-letscloud-optimize-infrastructure\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Optimizing Your Infrastructure with the LetsCloud Terraform Provider&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":1395,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[4],"tags":[59,25,87],"class_list":["post-1661","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-product","tag-cloud-computing","tag-devops","tag-letscloud","entry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Optimizing Your Infrastructure with the LetsCloud Terraform Provider - LetsCloud Blog<\/title>\n<meta name=\"description\" content=\"Discover how the official LetsCloud Terraform Provider simplifies and accelerates your cloud infrastructure management by automating processes and ensuring consistency.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.letscloud.io\/blog\/terraform-provider-letscloud-optimize-infrastructure\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Optimizing Your Infrastructure with the LetsCloud Terraform Provider - LetsCloud Blog\" \/>\n<meta property=\"og:description\" content=\"Discover how the official LetsCloud Terraform Provider simplifies and accelerates your cloud infrastructure management by automating processes and ensuring consistency.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.letscloud.io\/blog\/terraform-provider-letscloud-optimize-infrastructure\/\" \/>\n<meta property=\"og:site_name\" content=\"LetsCloud Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/LetsCloudOfficial\" \/>\n<meta property=\"article:published_time\" content=\"2025-05-22T20:27:19+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.letscloud.io\/blog\/wp-content\/uploads\/2021\/04\/feature-blog.png\" \/>\n\t<meta property=\"og:image:width\" content=\"910\" \/>\n\t<meta property=\"og:image:height\" content=\"506\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"LetsCloud Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@letscloudInc\" \/>\n<meta name=\"twitter:site\" content=\"@letscloudInc\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"LetsCloud Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.letscloud.io\\\/blog\\\/terraform-provider-letscloud-optimize-infrastructure\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.letscloud.io\\\/blog\\\/terraform-provider-letscloud-optimize-infrastructure\\\/\"},\"author\":{\"name\":\"LetsCloud Team\",\"@id\":\"https:\\\/\\\/www.letscloud.io\\\/blog\\\/#\\\/schema\\\/person\\\/db5dc1b68cac3498c8aeb0b56f1dbdf6\"},\"headline\":\"Optimizing Your Infrastructure with the LetsCloud Terraform Provider\",\"datePublished\":\"2025-05-22T20:27:19+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.letscloud.io\\\/blog\\\/terraform-provider-letscloud-optimize-infrastructure\\\/\"},\"wordCount\":273,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/www.letscloud.io\\\/blog\\\/terraform-provider-letscloud-optimize-infrastructure\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.letscloud.io\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/04\\\/feature-blog.png\",\"keywords\":[\"cloud computing\",\"devops\",\"letscloud\"],\"articleSection\":[\"Product Updates\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.letscloud.io\\\/blog\\\/terraform-provider-letscloud-optimize-infrastructure\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.letscloud.io\\\/blog\\\/terraform-provider-letscloud-optimize-infrastructure\\\/\",\"url\":\"https:\\\/\\\/www.letscloud.io\\\/blog\\\/terraform-provider-letscloud-optimize-infrastructure\\\/\",\"name\":\"Optimizing Your Infrastructure with the LetsCloud Terraform Provider - LetsCloud Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.letscloud.io\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.letscloud.io\\\/blog\\\/terraform-provider-letscloud-optimize-infrastructure\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.letscloud.io\\\/blog\\\/terraform-provider-letscloud-optimize-infrastructure\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.letscloud.io\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/04\\\/feature-blog.png\",\"datePublished\":\"2025-05-22T20:27:19+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.letscloud.io\\\/blog\\\/#\\\/schema\\\/person\\\/db5dc1b68cac3498c8aeb0b56f1dbdf6\"},\"description\":\"Discover how the official LetsCloud Terraform Provider simplifies and accelerates your cloud infrastructure management by automating processes and ensuring consistency.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.letscloud.io\\\/blog\\\/terraform-provider-letscloud-optimize-infrastructure\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.letscloud.io\\\/blog\\\/terraform-provider-letscloud-optimize-infrastructure\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.letscloud.io\\\/blog\\\/terraform-provider-letscloud-optimize-infrastructure\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.letscloud.io\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/04\\\/feature-blog.png\",\"contentUrl\":\"https:\\\/\\\/www.letscloud.io\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/04\\\/feature-blog.png\",\"width\":910,\"height\":506,\"caption\":\"Lets Terraform - Provider da LetsCloud\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.letscloud.io\\\/blog\\\/terraform-provider-letscloud-optimize-infrastructure\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.letscloud.io\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Optimizing Your Infrastructure with the LetsCloud Terraform Provider\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.letscloud.io\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.letscloud.io\\\/blog\\\/\",\"name\":\"LetsCloud Blog\",\"description\":\"Everything you need. Nothing you don\u2019t.\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.letscloud.io\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.letscloud.io\\\/blog\\\/#\\\/schema\\\/person\\\/db5dc1b68cac3498c8aeb0b56f1dbdf6\",\"name\":\"LetsCloud Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ccae1dbb34f990736eba7967e6dfaf22ad95b4790915f19a175e53d146ad0a71?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ccae1dbb34f990736eba7967e6dfaf22ad95b4790915f19a175e53d146ad0a71?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ccae1dbb34f990736eba7967e6dfaf22ad95b4790915f19a175e53d146ad0a71?s=96&d=mm&r=g\",\"caption\":\"LetsCloud Team\"},\"url\":\"https:\\\/\\\/www.letscloud.io\\\/blog\\\/author\\\/letscloud\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Optimizing Your Infrastructure with the LetsCloud Terraform Provider - LetsCloud Blog","description":"Discover how the official LetsCloud Terraform Provider simplifies and accelerates your cloud infrastructure management by automating processes and ensuring consistency.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.letscloud.io\/blog\/terraform-provider-letscloud-optimize-infrastructure\/","og_locale":"en_US","og_type":"article","og_title":"Optimizing Your Infrastructure with the LetsCloud Terraform Provider - LetsCloud Blog","og_description":"Discover how the official LetsCloud Terraform Provider simplifies and accelerates your cloud infrastructure management by automating processes and ensuring consistency.","og_url":"https:\/\/www.letscloud.io\/blog\/terraform-provider-letscloud-optimize-infrastructure\/","og_site_name":"LetsCloud Blog","article_publisher":"https:\/\/www.facebook.com\/LetsCloudOfficial","article_published_time":"2025-05-22T20:27:19+00:00","og_image":[{"width":910,"height":506,"url":"https:\/\/www.letscloud.io\/blog\/wp-content\/uploads\/2021\/04\/feature-blog.png","type":"image\/png"}],"author":"LetsCloud Team","twitter_card":"summary_large_image","twitter_creator":"@letscloudInc","twitter_site":"@letscloudInc","twitter_misc":{"Written by":"LetsCloud Team","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.letscloud.io\/blog\/terraform-provider-letscloud-optimize-infrastructure\/#article","isPartOf":{"@id":"https:\/\/www.letscloud.io\/blog\/terraform-provider-letscloud-optimize-infrastructure\/"},"author":{"name":"LetsCloud Team","@id":"https:\/\/www.letscloud.io\/blog\/#\/schema\/person\/db5dc1b68cac3498c8aeb0b56f1dbdf6"},"headline":"Optimizing Your Infrastructure with the LetsCloud Terraform Provider","datePublished":"2025-05-22T20:27:19+00:00","mainEntityOfPage":{"@id":"https:\/\/www.letscloud.io\/blog\/terraform-provider-letscloud-optimize-infrastructure\/"},"wordCount":273,"commentCount":0,"image":{"@id":"https:\/\/www.letscloud.io\/blog\/terraform-provider-letscloud-optimize-infrastructure\/#primaryimage"},"thumbnailUrl":"https:\/\/www.letscloud.io\/blog\/wp-content\/uploads\/2021\/04\/feature-blog.png","keywords":["cloud computing","devops","letscloud"],"articleSection":["Product Updates"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.letscloud.io\/blog\/terraform-provider-letscloud-optimize-infrastructure\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.letscloud.io\/blog\/terraform-provider-letscloud-optimize-infrastructure\/","url":"https:\/\/www.letscloud.io\/blog\/terraform-provider-letscloud-optimize-infrastructure\/","name":"Optimizing Your Infrastructure with the LetsCloud Terraform Provider - LetsCloud Blog","isPartOf":{"@id":"https:\/\/www.letscloud.io\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.letscloud.io\/blog\/terraform-provider-letscloud-optimize-infrastructure\/#primaryimage"},"image":{"@id":"https:\/\/www.letscloud.io\/blog\/terraform-provider-letscloud-optimize-infrastructure\/#primaryimage"},"thumbnailUrl":"https:\/\/www.letscloud.io\/blog\/wp-content\/uploads\/2021\/04\/feature-blog.png","datePublished":"2025-05-22T20:27:19+00:00","author":{"@id":"https:\/\/www.letscloud.io\/blog\/#\/schema\/person\/db5dc1b68cac3498c8aeb0b56f1dbdf6"},"description":"Discover how the official LetsCloud Terraform Provider simplifies and accelerates your cloud infrastructure management by automating processes and ensuring consistency.","breadcrumb":{"@id":"https:\/\/www.letscloud.io\/blog\/terraform-provider-letscloud-optimize-infrastructure\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.letscloud.io\/blog\/terraform-provider-letscloud-optimize-infrastructure\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.letscloud.io\/blog\/terraform-provider-letscloud-optimize-infrastructure\/#primaryimage","url":"https:\/\/www.letscloud.io\/blog\/wp-content\/uploads\/2021\/04\/feature-blog.png","contentUrl":"https:\/\/www.letscloud.io\/blog\/wp-content\/uploads\/2021\/04\/feature-blog.png","width":910,"height":506,"caption":"Lets Terraform - Provider da LetsCloud"},{"@type":"BreadcrumbList","@id":"https:\/\/www.letscloud.io\/blog\/terraform-provider-letscloud-optimize-infrastructure\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.letscloud.io\/blog\/"},{"@type":"ListItem","position":2,"name":"Optimizing Your Infrastructure with the LetsCloud Terraform Provider"}]},{"@type":"WebSite","@id":"https:\/\/www.letscloud.io\/blog\/#website","url":"https:\/\/www.letscloud.io\/blog\/","name":"LetsCloud Blog","description":"Everything you need. Nothing you don\u2019t.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.letscloud.io\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.letscloud.io\/blog\/#\/schema\/person\/db5dc1b68cac3498c8aeb0b56f1dbdf6","name":"LetsCloud Team","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/ccae1dbb34f990736eba7967e6dfaf22ad95b4790915f19a175e53d146ad0a71?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/ccae1dbb34f990736eba7967e6dfaf22ad95b4790915f19a175e53d146ad0a71?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ccae1dbb34f990736eba7967e6dfaf22ad95b4790915f19a175e53d146ad0a71?s=96&d=mm&r=g","caption":"LetsCloud Team"},"url":"https:\/\/www.letscloud.io\/blog\/author\/letscloud\/"}]}},"_links":{"self":[{"href":"https:\/\/www.letscloud.io\/blog\/wp-json\/wp\/v2\/posts\/1661","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.letscloud.io\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.letscloud.io\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.letscloud.io\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.letscloud.io\/blog\/wp-json\/wp\/v2\/comments?post=1661"}],"version-history":[{"count":1,"href":"https:\/\/www.letscloud.io\/blog\/wp-json\/wp\/v2\/posts\/1661\/revisions"}],"predecessor-version":[{"id":1662,"href":"https:\/\/www.letscloud.io\/blog\/wp-json\/wp\/v2\/posts\/1661\/revisions\/1662"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.letscloud.io\/blog\/wp-json\/wp\/v2\/media\/1395"}],"wp:attachment":[{"href":"https:\/\/www.letscloud.io\/blog\/wp-json\/wp\/v2\/media?parent=1661"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.letscloud.io\/blog\/wp-json\/wp\/v2\/categories?post=1661"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.letscloud.io\/blog\/wp-json\/wp\/v2\/tags?post=1661"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}