{ "version": 4, "terraform_version": "1.8.0", "serial": 358, "lineage": "a9b05eda-840c-a3e3-3e9c-71f6dc78bfc2", "outputs": { "db_endpoint": { "value": "db-1.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-fc82db6f651b3eb10", "ami": "ami-2d8eeff3", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-ee071433"], "subnet_id": "subnet-2ba39924", "key_name": "prod-deploy-key" } } ] } ] }