{ "version": 4, "terraform_version": "1.8.5", "serial": 389, "lineage": "6e1840a6-5e43-ca26-176d-040c6b85159a", "outputs": { "db_endpoint": { "value": "db-4.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-b1af7774122b6d6e7", "ami": "ami-b657114f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-9b98da57"], "subnet_id": "subnet-51cec51e", "key_name": "prod-deploy-key" } } ] } ] }