{ "version": 4, "terraform_version": "1.7.2", "serial": 166, "lineage": "f11effae-dabb-a6ee-498f-1d00be4cee9d", "outputs": { "db_endpoint": { "value": "db-4.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-6835ca259444df7fc", "ami": "ami-6d4328e7", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-c2e7bd7f"], "subnet_id": "subnet-880f2c53", "key_name": "prod-deploy-key" } } ] } ] }