{ "version": 4, "terraform_version": "1.6.5", "serial": 437, "lineage": "41930f0f-7c60-0831-5689-4e5e67bc6eba", "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-05de755e0742e039c", "ami": "ami-6095188a", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-2d1f9c6b"], "subnet_id": "subnet-1729c261", "key_name": "prod-deploy-key" } } ] } ] }