{ "version": 4, "terraform_version": "1.5.1", "serial": 514, "lineage": "b44f68cb-4fdc-427b-1275-d25ba1e8b0f8", "outputs": { "db_endpoint": { "value": "db-3.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-b3bfc85dd81a752e9", "ami": "ami-58aeb35e", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-6755a9cd"], "subnet_id": "subnet-20bcf5ae", "key_name": "prod-deploy-key" } } ] } ] }