<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Use Terraform to join a new Azure Virtual Machine to a Domain	</title>
	<atom:link href="https://pixelrobots.co.uk/2019/03/use-terraform-to-join-a-new-azure-virtual-machine-to-a-domain/feed/" rel="self" type="application/rss+xml" />
	<link>https://pixelrobots.co.uk/2019/03/use-terraform-to-join-a-new-azure-virtual-machine-to-a-domain/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=use-terraform-to-join-a-new-azure-virtual-machine-to-a-domain</link>
	<description>A blog about Azure Kubernetes Service (AKS) and more...</description>
	<lastBuildDate>Thu, 01 Oct 2020 18:09:41 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>
		By: Ashish		</title>
		<link>https://pixelrobots.co.uk/2019/03/use-terraform-to-join-a-new-azure-virtual-machine-to-a-domain/#comment-466</link>

		<dc:creator><![CDATA[Ashish]]></dc:creator>
		<pubDate>Thu, 01 Oct 2020 18:09:41 +0000</pubDate>
		<guid isPermaLink="false">https://pixelrobots.co.uk/?p=33006#comment-466</guid>

					<description><![CDATA[Thank you, I used to back slash as {\\} as usual,  am also a bit confused little  here, 
The os profile block in terraform requires    
 computer_name  = &quot;${var.computer_name}&quot;
  admin_username = &quot;${var.admin_username}&quot;
  admin_password = &quot;${var.admin_password}&quot;
How do i pass the user mentioned in the domjoin.tf file as]]></description>
			<content:encoded><![CDATA[<p>Thank you, I used to back slash as {\\} as usual,  am also a bit confused little  here,<br />
The os profile block in terraform requires<br />
 computer_name  = &#8220;${var.computer_name}&#8221;<br />
  admin_username = &#8220;${var.admin_username}&#8221;<br />
  admin_password = &#8220;${var.admin_password}&#8221;<br />
How do i pass the user mentioned in the domjoin.tf file as</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Pixel Robots.		</title>
		<link>https://pixelrobots.co.uk/2019/03/use-terraform-to-join-a-new-azure-virtual-machine-to-a-domain/#comment-462</link>

		<dc:creator><![CDATA[Pixel Robots.]]></dc:creator>
		<pubDate>Tue, 29 Sep 2020 16:07:08 +0000</pubDate>
		<guid isPermaLink="false">https://pixelrobots.co.uk/?p=33006#comment-462</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://pixelrobots.co.uk/2019/03/use-terraform-to-join-a-new-azure-virtual-machine-to-a-domain/#comment-461&quot;&gt;Ashish&lt;/a&gt;.

Have you tried with one \ and not two? the provider may have been updated since this post.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://pixelrobots.co.uk/2019/03/use-terraform-to-join-a-new-azure-virtual-machine-to-a-domain/#comment-461">Ashish</a>.</p>
<p>Have you tried with one \ and not two? the provider may have been updated since this post.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ashish		</title>
		<link>https://pixelrobots.co.uk/2019/03/use-terraform-to-join-a-new-azure-virtual-machine-to-a-domain/#comment-461</link>

		<dc:creator><![CDATA[Ashish]]></dc:creator>
		<pubDate>Tue, 29 Sep 2020 15:27:20 +0000</pubDate>
		<guid isPermaLink="false">https://pixelrobots.co.uk/?p=33006#comment-461</guid>

					<description><![CDATA[Thanks for the article, when i tried execution i got the error 
 &quot;settings&quot; contains an invalid JSON: invalid character &#039;\r&#039; in string literal
&quot;User&quot;:    &quot;xyx.local\\user&quot;,]]></description>
			<content:encoded><![CDATA[<p>Thanks for the article, when i tried execution i got the error<br />
 &#8220;settings&#8221; contains an invalid JSON: invalid character &#8216;\r&#8217; in string literal<br />
&#8220;User&#8221;:    &#8220;xyx.local\\user&#8221;,</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Len		</title>
		<link>https://pixelrobots.co.uk/2019/03/use-terraform-to-join-a-new-azure-virtual-machine-to-a-domain/#comment-447</link>

		<dc:creator><![CDATA[Len]]></dc:creator>
		<pubDate>Tue, 14 Jul 2020 03:23:41 +0000</pubDate>
		<guid isPermaLink="false">https://pixelrobots.co.uk/?p=33006#comment-447</guid>

					<description><![CDATA[My repo https://github.com/lenvolk/apa_vm_extension_enable/blob/master/domjoin.tf

Error: Missing required argument

  on domjoin.tf line 1, in resource &quot;azurerm_virtual_machine_extension&quot; &quot;domjoin&quot;:
   1: resource &quot;azurerm_virtual_machine_extension&quot; &quot;domjoin&quot; {

The argument &quot;virtual_machine_id&quot; is required, but no definition was found.


Error: Unsupported argument

  on domjoin.tf line 3, in resource &quot;azurerm_virtual_machine_extension&quot; &quot;domjoin&quot;:
   3: location = &quot;eastus2&quot; #azurerm_resource_group.this.location

An argument named &quot;location&quot; is not expected here.


Error: Unsupported argument

  on domjoin.tf line 4, in resource &quot;azurerm_virtual_machine_extension&quot; &quot;domjoin&quot;:
   4: resource_group_name = &quot;ADOTeamServicesAgent&quot; #var.name

An argument named &quot;resource_group_name&quot; is not expected here.


Error: Unsupported argument

  on domjoin.tf line 5, in resource &quot;azurerm_virtual_machine_extension&quot; &quot;domjoin&quot;:
   5: virtual_machine_name = &quot;vm01&quot; #data.azurerm_virtual_machine.this.id

An argument named &quot;virtual_machine_name&quot; is not expected here.


Error: Reference to undeclared resource

  on domjoin.tf line 24, in resource &quot;azurerm_virtual_machine_extension&quot; &quot;domjoin&quot;:
  24: depends_on = [&quot;azurerm_windows_virtual_machine.this&quot;]]]></description>
			<content:encoded><![CDATA[<p>My repo <a href="https://github.com/lenvolk/apa_vm_extension_enable/blob/master/domjoin.tf" rel="nofollow ugc">https://github.com/lenvolk/apa_vm_extension_enable/blob/master/domjoin.tf</a></p>
<p>Error: Missing required argument</p>
<p>  on domjoin.tf line 1, in resource &#8220;azurerm_virtual_machine_extension&#8221; &#8220;domjoin&#8221;:<br />
   1: resource &#8220;azurerm_virtual_machine_extension&#8221; &#8220;domjoin&#8221; {</p>
<p>The argument &#8220;virtual_machine_id&#8221; is required, but no definition was found.</p>
<p>Error: Unsupported argument</p>
<p>  on domjoin.tf line 3, in resource &#8220;azurerm_virtual_machine_extension&#8221; &#8220;domjoin&#8221;:<br />
   3: location = &#8220;eastus2&#8221; #azurerm_resource_group.this.location</p>
<p>An argument named &#8220;location&#8221; is not expected here.</p>
<p>Error: Unsupported argument</p>
<p>  on domjoin.tf line 4, in resource &#8220;azurerm_virtual_machine_extension&#8221; &#8220;domjoin&#8221;:<br />
   4: resource_group_name = &#8220;ADOTeamServicesAgent&#8221; #var.name</p>
<p>An argument named &#8220;resource_group_name&#8221; is not expected here.</p>
<p>Error: Unsupported argument</p>
<p>  on domjoin.tf line 5, in resource &#8220;azurerm_virtual_machine_extension&#8221; &#8220;domjoin&#8221;:<br />
   5: virtual_machine_name = &#8220;vm01&#8221; #data.azurerm_virtual_machine.this.id</p>
<p>An argument named &#8220;virtual_machine_name&#8221; is not expected here.</p>
<p>Error: Reference to undeclared resource</p>
<p>  on domjoin.tf line 24, in resource &#8220;azurerm_virtual_machine_extension&#8221; &#8220;domjoin&#8221;:<br />
  24: depends_on = [&#8220;azurerm_windows_virtual_machine.this&#8221;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Pixel Robots.		</title>
		<link>https://pixelrobots.co.uk/2019/03/use-terraform-to-join-a-new-azure-virtual-machine-to-a-domain/#comment-430</link>

		<dc:creator><![CDATA[Pixel Robots.]]></dc:creator>
		<pubDate>Wed, 29 Apr 2020 10:41:02 +0000</pubDate>
		<guid isPermaLink="false">https://pixelrobots.co.uk/?p=33006#comment-430</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://pixelrobots.co.uk/2019/03/use-terraform-to-join-a-new-azure-virtual-machine-to-a-domain/#comment-429&quot;&gt;mo&lt;/a&gt;.

Hello, What error are you geting?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://pixelrobots.co.uk/2019/03/use-terraform-to-join-a-new-azure-virtual-machine-to-a-domain/#comment-429">mo</a>.</p>
<p>Hello, What error are you geting?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: mo		</title>
		<link>https://pixelrobots.co.uk/2019/03/use-terraform-to-join-a-new-azure-virtual-machine-to-a-domain/#comment-429</link>

		<dc:creator><![CDATA[mo]]></dc:creator>
		<pubDate>Wed, 22 Apr 2020 19:00:40 +0000</pubDate>
		<guid isPermaLink="false">https://pixelrobots.co.uk/?p=33006#comment-429</guid>

					<description><![CDATA[I&#039;ve been unable to get this to work, could you published a worked example with all your files and variable settings?]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been unable to get this to work, could you published a worked example with all your files and variable settings?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
