{ "version": 4, "terraform_version": "1.5.4", "serial": 303, "lineage": "78a77cff-ea7d-8bab-7dea-2b3d231f2661", "outputs": { "db_endpoint": { "value": "db-4.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-fc0eb7d3b953915ca", "ami": "ami-abb1c398", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-daff1b7d"], "subnet_id": "subnet-31b48cd6", "key_name": "prod-deploy-key" } } ] } ] }