{ "version": 4, "terraform_version": "1.7.1", "serial": 588, "lineage": "cf9d0070-1cd1-a073-a404-4d6ee3394767", "outputs": { "db_endpoint": { "value": "db-2.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-825e492eef6916d2c", "ami": "ami-14f2ba27", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-a92e1524"], "subnet_id": "subnet-152ccea4", "key_name": "prod-deploy-key" } } ] } ] }