{ "version": 4, "terraform_version": "1.5.8", "serial": 172, "lineage": "c54a1c91-d0f3-a29f-29cb-ec1de2987d81", "outputs": { "db_endpoint": { "value": "db-3.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-7a0ed083cffd50981", "ami": "ami-cd6b5b05", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-620f9f8d"], "subnet_id": "subnet-c0a2c4ca", "key_name": "prod-deploy-key" } } ] } ] }