# Basic command

### 1. Instance

* VM creation script:

![A screen shot of a computer code Description automatically generated](/files/63800b34a827c7aaac035898ab6f724e68778de6)

* Result after successfully running the VM creation script:

![](/files/68e8198e012e861a49eb91ff28a5b6ae14b7c32d)

* Delete the created VM:

![](/files/3717acd64a1dca9fac264a0fef0b2bb1bc66ac17)

### 2. Floating IP

* Script to create a floating IP:

![](/files/06e5f640348fff6aeff8ad4cd6d9d2ef50b5626c)

* Result after successfully running the script to create a floating IP:

![](/files/ac4b8772226e21a94103f88d7119eb0b14fb32bf)

* Delete the created floating IP:

### ![](/files/ff4a1c201b0b31838a3a97d48f18420ea36044bc)

### 3. Security group

* Script to create a security group:

![](/files/333b61e1291899f9586bc313f5d39d23c35943f6)

* Result after successfully running the security group creation script:

![](/files/17ed64ae4421873943f54df6f0e895b528d8c121)

* Delete the created security group:

![](/files/ea24592e4fb3cddf32073642e727d50cadb77299)

### 4.  Storage

* Storage creation script:

![](/files/e42db7b346dda05b8be15361309590956dad304e)

* Result after successfully running the storage creation script:

![](/files/8bc72cf14d2b550e61131139561d200e1c639402)

* Delete the created storage:

![](/files/f098928c81dd3f2a379b740caddd9ac0438fa1d3)

#### 5. Database

* Database creation script:

![](/files/604b77cee9b1a15732e018307e3f0058fcbe27d5)

* Result after successful creation:

![](/files/b87a237e919d545593d62909b6f730c6f439c124)

* Database run/stop status management script:

![](/files/beed32eac7eec2dd8e5745c5190b4f2f9049c89b)

#### 6. Dedicated FKE

* Script to create a Dedicated FKE cluster:

![](/files/7ca6efbe0a218ccf628a279e8bbf3dc6195eac77)

* Result when successfully created:

![](/files/8b1553a2ada748f63ec1658d3a257a759368335b)

#### 7.  Managed FKE

* Script to create a Managed FKE cluster:

![](/files/44c2f5e1bd7c4a3c52383768409e510cdcf5f6dc)

* Result when creation is successful:

<figure><img src="/files/fBPrAuX0VRAx7RVean2i" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ai-docs.fptcloud.com/other/terraform/basic-command.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
