Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 21:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×I created a bitbucket pipeline, that looks like this. A first step will simply do: - /bin/sh scripts/createDeployConfigFile.sh - terraform init -backend-config=./deploy.conf - terraform v...
...nformation on how to leverage these new features, please refer to our updated documentation here. For vendors who use Terraform modules to deploy DC instances, we've integrated single-node OpenSearch i...
Hi all, I keep getting following error when running terraform apply: │ Error: Backend initialization required, please run "terraform init" 4 │ 5 │ Reason: Initial c...
Hello, I am deploying resource to azure from bitbucket pipeline with terraform code. when applying terraform plan , i am getting this error. I have no clue how to fix it. terraform p...
Hi , I was looking for terraform resource for Slack-Opsgenie integration under https://registry.terraform.io/providers/opsgenie/opsgenie/latest/docs however could not find anything for Slack i...
I have 2 private repository for terraform code. Repo 1 - contain all core module terraform. Repo 2 - contain wrapper. In source of wrapper (Repo 2) i want to pass Repo 1 main.tf file....
According to OpsGenie's list of supported timezone IDs, "IST" should be the ID for India Standard Time. But when we try to use it in the Terraform provider, we get an "invalid timezone" error.
I was able to deploy resources in AWS using Terraform and Bitbucket Pipelines, but I'm unclear how to work with the same resources that were created in the pipeline. What if I need to modify those r...
My Bamboo plan runs a terraform script to create a Centos VM and it outputs the IP address and I need it so I can SSH to it in the next steps I am a noob and have no idea how to get it
I have a Git repo with Terraform configuration for our environment. There are two environments based on it: prod and test. Now I want to use Bamboo to run Terraform with it. But I find these p...
Hi, we are new to bitbucket cloud and are using it for our bitbucket + terraform +dockerhub pipline. This has worked great in our POC but i've realized that when we move into production and our AWS n...
Hi, I'm trying to set up a BitBucket pipeline to build my terraform code, but I need to supply my 2fa code from Google Authenticator before I can run "aws sts get-session-token" which is h...
I'm using bitbucket pipelines to deployed EKS and other infrastructure into AWS using terraform. When running these steps locally in the exact same docker image it works fine: $ docker run -it -v $P...
Hi, can any one help me able to find Terraform examples for deploying Atlasssian. thanks.
For admins with large teams, it can be a cumbersome process to provision new users or update an on-call schedule at scale in Opsgenie. Terraform is a platform-agnostic tool that is transforming t...
Hi, I'm trying to automate bitbucket-server deployment on AWS. I've written a terraform module to provision an instance with the bitbucket AMI, a database instance, network config etc. I've r...
The Opsgenie provider was retired by Hashicorp because nobody was willing to own it. The Pagerduty provider for Terraform is massively popular and well maintained and it would be nice to have the s...
Are there any plans to provide a Terraform Provider for managing the basics of StatusPage? For example: - Create a page - Create a component group - Create a component in a component g...
I've wriiten some terraform that deploys an AWS ELB, EC2 and RDS database for CROWD. Whilst it completes end-to-end, it doesn't squirt in my specfic database parameters, although it does create the R...
Copied to clipboard