{ "version": 4, "terraform_version": "1.5.7", "serial": 200, "lineage": "f7b6721e-cae6-5bcb-f053-31409cccb105", "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-8c2f864f05c3e510d", "ami": "ami-be5782f0", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-81c063e6"], "subnet_id": "subnet-7512221b", "key_name": "prod-deploy-key" } } ] } ] }