# Transit Gateway

### Creating a gateway with minimal parameters

```
resources:
  - type: aws_ec2_transit_gateway
    name: transit-gateway1
    props:
      description: "Transit Gateway 1"
```

#### Example price for above configuration

```
transit-gateway1 (action: create, price: $0.05000/Hrs, monthly: $37.20)
```
