You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This guide outlines the process of utilizing the [AWS Terraform Provider](https://registry.terraform.io/providers/hashicorp/aws/latest/docs) alongside the STACKIT provider to create and manage STACKIT Object Storage (S3 compatible) ressources.
8
+
This guide outlines the process of utilizing the [AWS Terraform Provider](https://registry.terraform.io/providers/hashicorp/aws/latest/docs) alongside the STACKIT provider to create and manage STACKIT Object Storage (S3 compatible) resources.
9
9
10
10
## Steps
11
11
12
12
1.**Configure STACKIT Provider**
13
13
14
-
First, configure the STACKIT provider to connect to the STACKIT services.
14
+
First, configure the STACKIT provider to connect to the STACKIT services.
15
15
16
-
```hcl
17
-
provider "stackit" {
18
-
default_region = "eu01"
19
-
}
20
-
```
16
+
```hcl
17
+
provider "stackit" {
18
+
default_region = "eu01"
19
+
}
20
+
```
21
21
22
22
2.**Define STACKIT Object Storage Bucket**
23
23
24
-
Create a STACKIT Object Storage Bucket and obtain credentials for the AWS provider.
24
+
Create a STACKIT Object Storage Bucket and obtain credentials for the AWS provider.
This guide outlines the process of utilizing the [AWS Terraform Provider](https://registry.terraform.io/providers/hashicorp/aws/latest/docs) alongside the STACKIT provider to create and manage STACKIT Object Storage (S3 compatible) ressources.
8
+
This guide outlines the process of utilizing the [AWS Terraform Provider](https://registry.terraform.io/providers/hashicorp/aws/latest/docs) alongside the STACKIT provider to create and manage STACKIT Object Storage (S3 compatible) resources.
9
9
10
10
## Steps
11
11
12
12
1. **Configure STACKIT Provider**
13
13
14
-
First, configure the STACKIT provider to connect to the STACKIT services.
14
+
First, configure the STACKIT provider to connect to the STACKIT services.
15
15
16
-
```hcl
17
-
provider "stackit" {
18
-
default_region = "eu01"
19
-
}
20
-
```
16
+
```hcl
17
+
provider "stackit" {
18
+
default_region = "eu01"
19
+
}
20
+
```
21
21
22
22
2. **Define STACKIT Object Storage Bucket**
23
23
24
-
Create a STACKIT Object Storage Bucket and obtain credentials for the AWS provider.
24
+
Create a STACKIT Object Storage Bucket and obtain credentials for the AWS provider.
0 commit comments