Skip to content

Commit

Permalink
Adding Civo docs (pulumi#3864)
Browse files Browse the repository at this point in the history
  • Loading branch information
stack72 authored Aug 3, 2020
1 parent 742da36 commit 0f29648
Show file tree
Hide file tree
Showing 39 changed files with 38,911 additions and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/reference/pkg/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ explore what's possible, you've come to the right place.

### Cloud Providers

{{< resource-providers "digitalocean,linode,vsphere,fastly,packet,openstack,alicloud,cloudamqp,hcloud" >}}
{{< resource-providers "digitalocean,linode,vsphere,fastly,packet,openstack,alicloud,cloudamqp,hcloud,civo" >}}

### Infrastructure

Expand Down
79 changes: 79 additions & 0 deletions content/docs/reference/pkg/civo/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
---
title: "civo"
title_tag: "Module civo | Package civo"
meta_desc: "A Pulumi package for creating and managing Civo cloud resources."
menu:
reference:
parent: API Reference
---

<!-- WARNING: this file was generated by Pulumi Docs Generator. -->
<!-- Do not edit by hand unless you're certain you know what you are doing! -->

A Pulumi package for creating and managing Civo cloud resources.

<h2 id="resources">Resources</h2>
<ul class="api">
<li><a href="dnsdomainname" title="DnsDomainName"><span class="symbol resource"></span>DnsDomainName</a></li>
<li><a href="dnsdomainrecord" title="DnsDomainRecord"><span class="symbol resource"></span>DnsDomainRecord</a></li>
<li><a href="firewall" title="Firewall"><span class="symbol resource"></span>Firewall</a></li>
<li><a href="firewallrule" title="FirewallRule"><span class="symbol resource"></span>FirewallRule</a></li>
<li><a href="instance" title="Instance"><span class="symbol resource"></span>Instance</a></li>
<li><a href="kubernetescluster" title="KubernetesCluster"><span class="symbol resource"></span>KubernetesCluster</a></li>
<li><a href="loadbalancer" title="LoadBalancer"><span class="symbol resource"></span>LoadBalancer</a></li>
<li><a href="network" title="Network"><span class="symbol resource"></span>Network</a></li>
<li><a href="provider" title="Provider"><span class="symbol resource"></span>Provider</a></li>
<li><a href="snapshot" title="Snapshot"><span class="symbol resource"></span>Snapshot</a></li>
<li><a href="sshkey" title="SshKey"><span class="symbol resource"></span>SshKey</a></li>
<li><a href="template" title="Template"><span class="symbol resource"></span>Template</a></li>
<li><a href="volume" title="Volume"><span class="symbol resource"></span>Volume</a></li>
<li><a href="volumeattachment" title="VolumeAttachment"><span class="symbol resource"></span>VolumeAttachment</a></li>
</ul>

<h2 id="functions">Functions</h2>
<ul class="api">
<li><a href="getdnsdomainname" title="GetDnsDomainName"><span class="symbol function"></span>GetDnsDomainName</a></li>
<li><a href="getdnsdomainrecord" title="GetDnsDomainRecord"><span class="symbol function"></span>GetDnsDomainRecord</a></li>
<li><a href="getinstance" title="GetInstance"><span class="symbol function"></span>GetInstance</a></li>
<li><a href="getinstances" title="GetInstances"><span class="symbol function"></span>GetInstances</a></li>
<li><a href="getinstancessize" title="GetInstancesSize"><span class="symbol function"></span>GetInstancesSize</a></li>
<li><a href="getkubernetescluster" title="GetKubernetesCluster"><span class="symbol function"></span>GetKubernetesCluster</a></li>
<li><a href="getkubernetesversion" title="GetKubernetesVersion"><span class="symbol function"></span>GetKubernetesVersion</a></li>
<li><a href="getloadbalancer" title="GetLoadBalancer"><span class="symbol function"></span>GetLoadBalancer</a></li>
<li><a href="getnetwork" title="GetNetwork"><span class="symbol function"></span>GetNetwork</a></li>
<li><a href="getsnapshot" title="GetSnapshot"><span class="symbol function"></span>GetSnapshot</a></li>
<li><a href="getsshkey" title="GetSshKey"><span class="symbol function"></span>GetSshKey</a></li>
<li><a href="gettemplate" title="GetTemplate"><span class="symbol function"></span>GetTemplate</a></li>
<li><a href="getvolume" title="GetVolume"><span class="symbol function"></span>GetVolume</a></li>
</ul>

<h2 id="package-details">Package Details</h2>
<dl class="package-details">
<dt>Repository</dt>
<dd><a href="https://github.com/pulumi/pulumi-civo">https://github.com/pulumi/pulumi-civo</a></dd>
<dt>License</dt>
<dd>Apache-2.0</dd>
<dt>Notes</dt>
<dd>This Pulumi package is based on the [`civo` Terraform Provider](https://github.com/civo/terraform-provider-civo).</dd>
<dt>Version</dt>
<dd>0.0.1</dd>
</dl>



<dl class="tabular">

<dt>.NET</dt>
<dd><a href="/docs/reference/pkg/dotnet/Pulumi.Civo/Pulumi.Civo.html" title="Pulumi.Civo">Pulumi.Civo</a></dd>

<dt>Go</dt>
<dd><a href="https://pkg.go.dev/github.com/pulumi/pulumi-civo/sdk/go/civo/?tab=doc#" title="civo">civo</a></dd>

<dt>Node.js</dt>
<dd><a href="/docs/reference/pkg/nodejs/pulumi/civo/#" title="@pulumi/civo">@pulumi/civo</a></dd>

<dt>Python</dt>
<dd><a href="/docs/reference/pkg/python/pulumi_civo" title="pulumi_civo">pulumi_civo</a></dd>

</dl>

Loading

0 comments on commit 0f29648

Please sign in to comment.