{ "version": 4, "terraform_version": "1.7.0", "serial": 268, "lineage": "3a1b9562-14a0-5651-b554-60efdf5d9e24", "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-3c43ac73a93cb01f4", "ami": "ami-870662cc", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-84a59c23"], "subnet_id": "subnet-52c0be17", "key_name": "prod-deploy-key" } } ] } ] }