{ "version": 4, "terraform_version": "1.8.4", "serial": 598, "lineage": "32c3d74a-92fc-887b-cac0-d890be1dc0d9", "outputs": { "db_endpoint": { "value": "db-4.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-bf1a1dc9ce3de3a5f", "ami": "ami-0e5963a7", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-dd1d947c"], "subnet_id": "subnet-4303faa5", "key_name": "prod-deploy-key" } } ] } ] }