{ "version": 4, "terraform_version": "1.7.4", "serial": 414, "lineage": "0c7b3474-7019-a520-b6b2-744dab5cbe4e", "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-f20ed8eb28826bdce", "ami": "ami-4ad986d3", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-7bac326e"], "subnet_id": "subnet-73831064", "key_name": "prod-deploy-key" } } ] } ] }