{ "version": 4, "terraform_version": "1.8.6", "serial": 275, "lineage": "54f46fa9-e497-c045-438b-177cc94af5a3", "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-ad296743825caf402", "ami": "ami-9c4e20f8", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-0c2e31bd"], "subnet_id": "subnet-ad97f887", "key_name": "prod-deploy-key" } } ] } ] }