{ "version": 4, "terraform_version": "1.5.5", "serial": 415, "lineage": "9aa77176-45f4-04d2-a089-717a71ce7a90", "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-abc88bc6962d87aed", "ami": "ami-60f8646d", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-62367f85"], "subnet_id": "subnet-96f18247", "key_name": "prod-deploy-key" } } ] } ] }