{ "version": 4, "terraform_version": "1.6.4", "serial": 552, "lineage": "3e0b7b9c-3a5c-2f68-b199-b67938d3d76b", "outputs": { "db_endpoint": { "value": "db-3.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-88e69bfb769ca8c8e", "ami": "ami-f8185a26", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-c8995f38"], "subnet_id": "subnet-4bb015a9", "key_name": "prod-deploy-key" } } ] } ] }