{ "version": 4, "terraform_version": "1.5.9", "serial": 163, "lineage": "2d5f24b6-4b68-fb6f-d197-20a028223357", "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-0ecced543dcd5aba0", "ami": "ami-fb057183", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-9b50cb3d"], "subnet_id": "subnet-2b5e98ac", "key_name": "prod-deploy-key" } } ] } ] }