{"id":55460,"date":"2022-02-25T11:15:47","date_gmt":"2022-02-25T05:45:47","guid":{"rendered":"https:\/\/cloudfoundation.com\/blog\/?p=55460"},"modified":"2024-03-27T10:51:48","modified_gmt":"2024-03-27T05:21:48","slug":"terraform-tutorial","status":"publish","type":"post","link":"https:\/\/cloudfoundation.com\/blog\/terraform-tutorial\/","title":{"rendered":"Terraform Tutorial"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;3.22&#8243;][et_pb_row _builder_version=&#8221;3.25&#8243; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;3.25&#8243; custom_padding=&#8221;|||&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_post_title meta=&#8221;off&#8221; featured_image=&#8221;off&#8221; _builder_version=&#8221;3.0.106&#8243; title_font=&#8221;Titillium Web||||||||&#8221; title_text_align=&#8221;left&#8221; title_text_color=&#8221;rgba(0,0,0,0.8)&#8221; title_font_size=&#8221;47&#8243; custom_margin=&#8221;|||10%&#8221; title_font_size_tablet=&#8221;40&#8243; title_font_size_phone=&#8221;35&#8243; title_font_size_last_edited=&#8221;on|desktop&#8221;][\/et_pb_post_title][\/et_pb_column][\/et_pb_row][et_pb_row _builder_version=&#8221;3.25&#8243; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;3.25&#8243; custom_padding=&#8221;|||&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_text _builder_version=&#8221;4.9.7&#8243; text_font=&#8221;Titillium Web|300|||||||&#8221; text_text_color=&#8221;rgba(0,0,0,0.8)&#8221; text_font_size=&#8221;20&#8243; text_line_height=&#8221;1.6em&#8221; max_width=&#8221;800px&#8221; max_width_last_edited=&#8221;off|phone&#8221; custom_margin=&#8221;|||10%&#8221; custom_margin_last_edited=&#8221;off|desktop&#8221; text_font_size_tablet=&#8221;&#8221; text_font_size_phone=&#8221;&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; text_line_height_last_edited=&#8221;off|phone&#8221;]<\/p>\n<p style=\"text-align: justify;\"><img decoding=\"async\" width=\"1080\" height=\"1080\" src=\"https:\/\/cloudfoundation.com\/blog\/wp-content\/uploads\/2022\/02\/terraform-tutorial.png\" alt=\"\" class=\"size-medium alignnone\"><\/p>\n<p style=\"text-align: justify;\">Hiya!<br \/>\nPlanning to start your career with the cloud? If yes, then this would be the place where you get a boon for your kick career start<br \/>\nHere I give you the best technology which booms up your cloud career that is Terraform<br \/>\nTerraform? What? How? Where? These may be the questions running in your mind, correct!<br \/>\nDon&#8217;t worry; I am here to make you clear with your queries in this<strong> Terraform tutorial blog.<\/strong><br \/>\n<strong>Here we go!<\/strong><br \/>\nTerraform comes into Provisioning the Infrastructure performed by the DevOps team for developing an infrastructure for the project.<br \/>\nLet us race into our topic and get a clear view of Terraform and its work.<br \/>\n<strong>What is Terraform?<\/strong><br \/>\nThe Terraform is an automated tool used to build, automate the Infrastructure, manage the versions, and run on that platform created by HashiCorp.<br \/>\nIt is open-source and uses declarative language, which is human-readable language. It also provides a self-service infrastructure for a platform.<br \/>\n<strong>Why do we use terraform?<\/strong><br \/>\nTerraform has excellent features which make your Infrastructure easy, and it also performs below activities<br \/>\n\u2022 Creating an infrastructure<br \/>\n\u2022 Changes to the Existing Infrastructure<br \/>\n\u2022 Managing existing Infrastructure<br \/>\n\u2022 Create virtual private cloud(VPC)<br \/>\n\u2022 spinning up the servers<br \/>\n\u2022 creating the security<br \/>\n\u2022 Installing Dockers of specific version with the permission of servers<br \/>\nThese must be done in a particular order because one task may depend on the other.<br \/>\n<strong>How can we differ Ansible from Terraforming?<\/strong><br \/>\nTerraform and Ansible seems to be doing the same task, especially if you read the official definitions or official documentation. Thus, they sound like the same tools, but both own their different jobs.<br \/>\nTerraform is mainly an Infrastructure provisioning tool, relatively new and more advanced in orchestration.<br \/>\nAnsible is mainly an Infrastructure configuration tool that configures the Infrastructure to deploy apps, install\/update software, and be more mature.<br \/>\n<strong>How does this Technology Work?<\/strong><br \/>\nTerraform uses application programming interfaces to construct and manage resources on cloud platforms and other services (APIs). Thanks to providers, Terraform can work with almost any platform or service with an accessible API.<br \/>\nThere are three stages to the Terraform workflow:<br \/>\n\u2022 Write: You define resources that could span different cloud providers and services. For example, in a Virtual Private Cloud (VPC) network with security groups and a load balancer, you might construct a configuration to organize an application on virtual machines.<br \/>\n\u2022 Plan: Terraform generates an execution plan that describes the Infrastructure it will create, update, or delete based on the existing Infrastructure and settings.<br \/>\n\u2022 Apply: When Terraform receives your permission, it accomplishes the suggested operations in proper order, taking into account any resource dependencies. Suppose you modify the number of virtual machines in a VPC and update its characteristics. In that case, Terraform will reconstruct the VPC before grading the virtual machines.<\/p>\n<p style=\"text-align: justify;\"><strong>What are the advantages of using Terraform?<\/strong><br \/>\n\u2022 The terraform is an open-source platform<br \/>\n\u2022 The syntax used is uniform for building Infrastructure as a code<br \/>\n\u2022 It supports various cloud solutions<br \/>\n\u2022 It can generate a dependency graph<br \/>\n\u2022 It can store and import functions for an existing architecture<br \/>\n\u2022 The essential feature in Terraform is Infrastructure as a code that helps in being updated up to date as per IT changing environment<br \/>\n<strong>Do we need any Prerequisites to learn this technology?<\/strong><br \/>\nTo learn this technology, one should have a solid grasp of cloud basic and at least some experience creating services in public like Oracle, Aws, GCP, Azure, etc.<br \/>\n<strong>In what way terraform benefits the organization?<\/strong><br \/>\nTerraForm is a vital DevOps tool for modifying Infrastructure as code. It&#8217;s also one of the furthermost predominant infrastructure-as-code solutions because of widespread support from numerous providers, including AWS, Azure, GCP, etc.<br \/>\nTerraform has acquired a lot of traction recently, and it&#8217;s the tool you&#8217;ll need to know if you&#8217;re a DevOps Engineer now or soon. You usually use Ansible, Chef, or Puppet tools to automate software provisioning.<br \/>\nTerraform is a fantastic suite of tools for automating Infrastructure in public and private cloud environments. Terraform is based on the same infrastructure-as-code principle, but it focuses on infrastructure automation. Terraform can describe your entire Cloud infrastructure (instances, volumes, networking, and IPs).<br \/>\n<strong>Mention the types of training available for this technology?<\/strong><br \/>\nEveryone focused on bringing out new ideas into the tech world. All barrels became automated, fast-forwarded, and development became easy as everything was available.<br \/>\nThus one could take training for terraforming technology in two ways, i.e., Instructor-led live Training and self-paced Training.<br \/>\n<strong>What is the best Training Platform?<\/strong><br \/>\nAs I mentioned that there are two ways to take training. But if you ask me, I suggest that joining an instructor-led live training is much better. You will directly interact with the professional experts, solve all your queries, and get hands-on practical knowledge of the subject with real-life projects.<br \/>\nI could recommend you to <em><strong>CloudFoundation<\/strong><\/em>, one of the best online training for this technology.<br \/>\n<strong>Last but not least,<\/strong><br \/>\nLet me conclude by giving a brief overview of Terraform.<br \/>\nIt is a tool created by HashiCorp, an open-source infrastructure as a code used to provision the Infrastructure for a project.<br \/>\nsome more mastery on necessary courses and the certifications on Terraform, which boom up your profile and get plenty of opportunities to start your career with the cloud, is HashiCorp Infrastructure Automation Certification<br \/>\nTo get this certification, one needs to clear an assessment conducted by HashiCorp<br \/>\nAnd to clear the test, I will suggest to you the <em><strong>CloudFoundation<\/strong> <\/em>as the best platform that assists you in gaining proper knowledge on Terraform and helps you earn the HashiCorp certification.<br \/>\nI hope you added the basic knowledge on Terraform and sense I have cleared your essential queries about the topic.<br \/>\n#Happy Learning<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row _builder_version=&#8221;3.25&#8243; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;3.25&#8243; custom_padding=&#8221;|||&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_team_member name=&#8221;Akhila&#8221; position=&#8221;Author&#8221; image_url=&#8221;http:\/\/cloudfoundation.com\/blog\/wp-content\/uploads\/2023\/06\/Akhila1.png&#8221; _builder_version=&#8221;4.9.7&#8243; header_font=&#8221;Titillium Web|700|||||||&#8221; body_font=&#8221;Titillium Web||||||||&#8221; body_font_size=&#8221;16&#8243; hover_enabled=&#8221;0&#8243; title_text=&#8221;Akhila1&#8243; sticky_enabled=&#8221;0&#8243;]<\/p>\n<p>Hola! I believe words cause magic and here Iam helping you become aware of advancing technologies, because the future of communication starts here.<\/p>\n<p>[\/et_pb_team_member][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;3.22&#8243;][et_pb_row _builder_version=&#8221;3.25&#8243; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;3.25&#8243; custom_padding=&#8221;|||&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_post_title meta=&#8221;off&#8221; featured_image=&#8221;off&#8221; _builder_version=&#8221;3.0.106&#8243; title_font=&#8221;Titillium Web||||||||&#8221; title_text_align=&#8221;left&#8221; title_text_color=&#8221;rgba(0,0,0,0.8)&#8221; title_font_size=&#8221;47&#8243; custom_margin=&#8221;|||10%&#8221; title_font_size_tablet=&#8221;40&#8243; title_font_size_phone=&#8221;35&#8243; title_font_size_last_edited=&#8221;on|desktop&#8221;][\/et_pb_post_title][\/et_pb_column][\/et_pb_row][et_pb_row _builder_version=&#8221;3.25&#8243; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;3.25&#8243; custom_padding=&#8221;|||&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_text _builder_version=&#8221;4.9.7&#8243; text_font=&#8221;Titillium Web|300|||||||&#8221; text_text_color=&#8221;rgba(0,0,0,0.8)&#8221; text_font_size=&#8221;20&#8243; text_line_height=&#8221;1.6em&#8221; max_width=&#8221;800px&#8221; max_width_last_edited=&#8221;off|phone&#8221; custom_margin=&#8221;|||10%&#8221; custom_margin_last_edited=&#8221;off|desktop&#8221; text_font_size_tablet=&#8221;&#8221; text_font_size_phone=&#8221;&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; text_line_height_last_edited=&#8221;off|phone&#8221;] Hiya! Planning to start your career with the cloud? If [&hellip;]<\/p>\n","protected":false},"author":6,"featured_media":55467,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"2880","footnotes":""},"categories":[232],"tags":[],"class_list":{"0":"post-55460","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-terraform"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Terraform Tutorial<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cloudfoundation.com\/blog\/terraform-tutorial\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Terraform Tutorial\" \/>\n<meta property=\"og:description\" content=\"[et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;3.22&#8243;][et_pb_row _builder_version=&#8221;3.25&#8243; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;3.25&#8243; custom_padding=&#8221;|||&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_post_title meta=&#8221;off&#8221; featured_image=&#8221;off&#8221; _builder_version=&#8221;3.0.106&#8243; title_font=&#8221;Titillium Web||||||||&#8221; title_text_align=&#8221;left&#8221; title_text_color=&#8221;rgba(0,0,0,0.8)&#8221; title_font_size=&#8221;47&#8243; custom_margin=&#8221;|||10%&#8221; title_font_size_tablet=&#8221;40&#8243; title_font_size_phone=&#8221;35&#8243; title_font_size_last_edited=&#8221;on|desktop&#8221;][\/et_pb_post_title][\/et_pb_column][\/et_pb_row][et_pb_row _builder_version=&#8221;3.25&#8243; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;3.25&#8243; custom_padding=&#8221;|||&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_text _builder_version=&#8221;4.9.7&#8243; text_font=&#8221;Titillium Web|300|||||||&#8221; text_text_color=&#8221;rgba(0,0,0,0.8)&#8221; text_font_size=&#8221;20&#8243; text_line_height=&#8221;1.6em&#8221; max_width=&#8221;800px&#8221; max_width_last_edited=&#8221;off|phone&#8221; custom_margin=&#8221;|||10%&#8221; custom_margin_last_edited=&#8221;off|desktop&#8221; text_font_size_tablet=&#8221;&#8221; text_font_size_phone=&#8221;&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; text_line_height_last_edited=&#8221;off|phone&#8221;] Hiya! Planning to start your career with the cloud? If [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cloudfoundation.com\/blog\/terraform-tutorial\/\" \/>\n<meta property=\"og:site_name\" content=\"CloudFoundation | Blog\" \/>\n<meta property=\"article:published_time\" content=\"2022-02-25T05:45:47+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-03-27T05:21:48+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/cloudfoundation.com\/blog\/wp-content\/uploads\/2022\/02\/terraform-tut-1-1024x815.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"815\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"chrajesh\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"chrajesh\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Terraform Tutorial","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:\/\/cloudfoundation.com\/blog\/terraform-tutorial\/","og_locale":"en_US","og_type":"article","og_title":"Terraform Tutorial","og_description":"[et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;3.22&#8243;][et_pb_row _builder_version=&#8221;3.25&#8243; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;3.25&#8243; custom_padding=&#8221;|||&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_post_title meta=&#8221;off&#8221; featured_image=&#8221;off&#8221; _builder_version=&#8221;3.0.106&#8243; title_font=&#8221;Titillium Web||||||||&#8221; title_text_align=&#8221;left&#8221; title_text_color=&#8221;rgba(0,0,0,0.8)&#8221; title_font_size=&#8221;47&#8243; custom_margin=&#8221;|||10%&#8221; title_font_size_tablet=&#8221;40&#8243; title_font_size_phone=&#8221;35&#8243; title_font_size_last_edited=&#8221;on|desktop&#8221;][\/et_pb_post_title][\/et_pb_column][\/et_pb_row][et_pb_row _builder_version=&#8221;3.25&#8243; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;3.25&#8243; custom_padding=&#8221;|||&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_text _builder_version=&#8221;4.9.7&#8243; text_font=&#8221;Titillium Web|300|||||||&#8221; text_text_color=&#8221;rgba(0,0,0,0.8)&#8221; text_font_size=&#8221;20&#8243; text_line_height=&#8221;1.6em&#8221; max_width=&#8221;800px&#8221; max_width_last_edited=&#8221;off|phone&#8221; custom_margin=&#8221;|||10%&#8221; custom_margin_last_edited=&#8221;off|desktop&#8221; text_font_size_tablet=&#8221;&#8221; text_font_size_phone=&#8221;&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; text_line_height_last_edited=&#8221;off|phone&#8221;] Hiya! Planning to start your career with the cloud? If [&hellip;]","og_url":"https:\/\/cloudfoundation.com\/blog\/terraform-tutorial\/","og_site_name":"CloudFoundation | Blog","article_published_time":"2022-02-25T05:45:47+00:00","article_modified_time":"2024-03-27T05:21:48+00:00","og_image":[{"width":1024,"height":815,"url":"http:\/\/cloudfoundation.com\/blog\/wp-content\/uploads\/2022\/02\/terraform-tut-1-1024x815.png","type":"image\/png"}],"author":"chrajesh","twitter_card":"summary_large_image","twitter_misc":{"Written by":"chrajesh","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/cloudfoundation.com\/blog\/terraform-tutorial\/","url":"https:\/\/cloudfoundation.com\/blog\/terraform-tutorial\/","name":"Terraform Tutorial","isPartOf":{"@id":"https:\/\/cloudfoundation.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cloudfoundation.com\/blog\/terraform-tutorial\/#primaryimage"},"image":{"@id":"https:\/\/cloudfoundation.com\/blog\/terraform-tutorial\/#primaryimage"},"thumbnailUrl":"https:\/\/cloudfoundation.com\/blog\/wp-content\/uploads\/2022\/02\/terraform-tut-1.png","datePublished":"2022-02-25T05:45:47+00:00","dateModified":"2024-03-27T05:21:48+00:00","author":{"@id":"https:\/\/cloudfoundation.com\/blog\/#\/schema\/person\/ab875b546cbb873862b778754bf8cba7"},"breadcrumb":{"@id":"https:\/\/cloudfoundation.com\/blog\/terraform-tutorial\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cloudfoundation.com\/blog\/terraform-tutorial\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cloudfoundation.com\/blog\/terraform-tutorial\/#primaryimage","url":"https:\/\/cloudfoundation.com\/blog\/wp-content\/uploads\/2022\/02\/terraform-tut-1.png","contentUrl":"https:\/\/cloudfoundation.com\/blog\/wp-content\/uploads\/2022\/02\/terraform-tut-1.png","width":4179,"height":3325},{"@type":"BreadcrumbList","@id":"https:\/\/cloudfoundation.com\/blog\/terraform-tutorial\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cloudfoundation.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Terraform Tutorial"}]},{"@type":"WebSite","@id":"https:\/\/cloudfoundation.com\/blog\/#website","url":"https:\/\/cloudfoundation.com\/blog\/","name":"CloudFoundation | Blog","description":"A New way of Learning","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cloudfoundation.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/cloudfoundation.com\/blog\/#\/schema\/person\/ab875b546cbb873862b778754bf8cba7","name":"chrajesh","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cloudfoundation.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/4c2d41e4535994c7ea87ad0f4d32cef43a329d0513ce924e01c3df50b3fd0332?s=96&d=wavatar&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/4c2d41e4535994c7ea87ad0f4d32cef43a329d0513ce924e01c3df50b3fd0332?s=96&d=wavatar&r=g","caption":"chrajesh"},"url":"https:\/\/cloudfoundation.com\/blog\/author\/chrajesh\/"}]}},"_links":{"self":[{"href":"https:\/\/cloudfoundation.com\/blog\/wp-json\/wp\/v2\/posts\/55460","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cloudfoundation.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cloudfoundation.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cloudfoundation.com\/blog\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/cloudfoundation.com\/blog\/wp-json\/wp\/v2\/comments?post=55460"}],"version-history":[{"count":7,"href":"https:\/\/cloudfoundation.com\/blog\/wp-json\/wp\/v2\/posts\/55460\/revisions"}],"predecessor-version":[{"id":85894,"href":"https:\/\/cloudfoundation.com\/blog\/wp-json\/wp\/v2\/posts\/55460\/revisions\/85894"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cloudfoundation.com\/blog\/wp-json\/wp\/v2\/media\/55467"}],"wp:attachment":[{"href":"https:\/\/cloudfoundation.com\/blog\/wp-json\/wp\/v2\/media?parent=55460"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cloudfoundation.com\/blog\/wp-json\/wp\/v2\/categories?post=55460"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cloudfoundation.com\/blog\/wp-json\/wp\/v2\/tags?post=55460"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}