{ "version": 4, "terraform_version": "1.5.8", "serial": 129, "lineage": "9c8060fd-6df3-0714-a403-9980ecc5981c", "outputs": { "db_endpoint": { "value": "db-1.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-a11a3c13ef771a1b6", "ami": "ami-8a2fd20d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-2fbb36ce"], "subnet_id": "subnet-844347fe", "key_name": "prod-deploy-key" } } ] } ] }