{ "version": 4, "terraform_version": "1.8.6", "serial": 402, "lineage": "7757b3cd-6f1d-1a9e-1f70-2f9bacc6ca01", "outputs": { "db_endpoint": { "value": "db-3.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-3dc5fc9a65c7b69f3", "ami": "ami-2b1839db", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-92a9c782"], "subnet_id": "subnet-4c123b61", "key_name": "prod-deploy-key" } } ] } ] }