{ "version": 4, "terraform_version": "1.7.9", "serial": 422, "lineage": "78b6b475-cfbd-af9f-da84-cee54b8db5cd", "outputs": { "db_endpoint": { "value": "db-1.us-east-1.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-adb8f50195f9fb435", "ami": "ami-c0090098", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-97acbf7a"], "subnet_id": "subnet-80fdb907", "key_name": "prod-deploy-key" } } ] } ] }