{ "version": 4, "terraform_version": "1.5.4", "serial": 275, "lineage": "4b6e0017-4109-8b70-3a69-ceddf4e8edb8", "outputs": { "db_endpoint": { "value": "db-2.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-db9c8001a16f72008", "ami": "ami-82a2399b", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-cf2595f5"], "subnet_id": "subnet-e5e76c53", "key_name": "prod-deploy-key" } } ] } ] }