{ "version": 4, "terraform_version": "1.5.1", "serial": 147, "lineage": "4d14dae7-cf88-78ca-2ffc-87c9f1760fc1", "outputs": { "db_endpoint": { "value": "db-0.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-40e382e824551a5d0", "ami": "ami-7e578aca", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-0dc65e3e"], "subnet_id": "subnet-03e7f910", "key_name": "prod-deploy-key" } } ] } ] }