{ "version": 4, "terraform_version": "1.7.0", "serial": 214, "lineage": "51481a2d-9f1c-ce21-6a52-6dbdc8288931", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-2bcf0cb9eebdd8608", "ami": "ami-684c3b8b", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-ee71f1de"], "subnet_id": "subnet-5af2f48b", "key_name": "prod-deploy-key" } } ] } ] }