{ "version": 4, "terraform_version": "1.6.4", "serial": 295, "lineage": "84a8b54a-7b0f-6cea-1ed5-ebfa8b985c72", "outputs": { "db_endpoint": { "value": "db-0.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-6c7711d1d708ad5b0", "ami": "ami-ebd78089", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-81941e2d"], "subnet_id": "subnet-e516dfe3", "key_name": "prod-deploy-key" } } ] } ] }