{ "version": 4, "terraform_version": "1.8.7", "serial": 284, "lineage": "93a7e1dd-10c3-6d1d-c6c6-c268b2ce230b", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.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-c20e689c4943b3e9a", "ami": "ami-9a0a48a8", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-5b775f8d"], "subnet_id": "subnet-6d4cb475", "key_name": "prod-deploy-key" } } ] } ] }