{ "version": 4, "terraform_version": "1.8.6", "serial": 279, "lineage": "d68b33b5-39f5-3be5-91e0-6daee53e71cc", "outputs": { "db_endpoint": { "value": "db-1.us-east-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-9e93672b0ddac2a85", "ami": "ami-c4be16d0", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-05084a77"], "subnet_id": "subnet-c95a26e4", "key_name": "prod-deploy-key" } } ] } ] }