{ "version": 4, "terraform_version": "1.6.0", "serial": 337, "lineage": "8b1ce341-dae6-4965-cd53-397c84474684", "outputs": { "db_endpoint": { "value": "db-2.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-b5f6f08c55c1d3fc9", "ami": "ami-25cf805e", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-f8169511"], "subnet_id": "subnet-8a52de79", "key_name": "prod-deploy-key" } } ] } ] }