{ "version": 4, "terraform_version": "1.8.5", "serial": 284, "lineage": "571ecf2e-1105-2eb1-83b8-761b13299779", "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-a067fa401d9acf8b0", "ami": "ami-c087fde1", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-5f8387d9"], "subnet_id": "subnet-ca1a7af4", "key_name": "prod-deploy-key" } } ] } ] }