<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Saverio Mazza</title>
    <description>The latest articles on DEV Community by Saverio Mazza (@mazzasaverio).</description>
    <link>https://dev.to/mazzasaverio</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1249073%2Fb14b49ca-9244-4733-a981-5b3ac0f5f7a6.jpeg</url>
      <title>DEV Community: Saverio Mazza</title>
      <link>https://dev.to/mazzasaverio</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mazzasaverio"/>
    <language>en</language>
    <item>
      <title>Terraform for Google Cloud</title>
      <dc:creator>Saverio Mazza</dc:creator>
      <pubDate>Thu, 04 Jan 2024 22:50:32 +0000</pubDate>
      <link>https://dev.to/mazzasaverio/terraform-for-google-cloud-284d</link>
      <guid>https://dev.to/mazzasaverio/terraform-for-google-cloud-284d</guid>
      <description>&lt;p&gt;Just leaving the link to my Terraform repo here. It's set up for various GCP services that I'm using in a project. Might be useful for some of you.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;VPC Configuration: A new VPC is configured with the intent to utilize all services within a single VPC.&lt;/li&gt;
&lt;li&gt;Compute Engine Setup: A compute engine is set up to read the Cloud SQL via a private IP, configured in another module. A startup-script.sh is included, which has code to establish SSH connection directly from the local machine.&lt;/li&gt;
&lt;li&gt;Cloud Run Creation: A Cloud Run is created in version V2 with Direct VPC Connection to Cloud SQL.&lt;/li&gt;
&lt;li&gt;Automated Cloud Build Mechanism: A mechanism is set where the cloud build is triggered automatically following the code push to the repository that builds the image.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://github.com/mazzasaverio/terraform-gcp"&gt;https://github.com/mazzasaverio/terraform-gcp&lt;/a&gt;&lt;/p&gt;

</description>
      <category>terraform</category>
      <category>iaac</category>
      <category>googlecloud</category>
      <category>devops</category>
    </item>
  </channel>
</rss>
