{ "version": 4, "terraform_version": "1.7.5", "serial": 599, "lineage": "502e43b0-d76e-ce61-07b9-afecd9e9b24c", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.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-afa74b89f218a7604", "ami": "ami-353e27b7", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-c8b62ca5"], "subnet_id": "subnet-4ba6ce32", "key_name": "prod-deploy-key" } } ] } ] }