{ "version": 4, "terraform_version": "1.7.3", "serial": 253, "lineage": "a880b1a0-3bb8-abaf-324f-602cf99993af", "outputs": { "db_endpoint": { "value": "db-0.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-eb48b7492fcfe9a81", "ami": "ami-58bf194a", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-09039ffe"], "subnet_id": "subnet-15b19e80", "key_name": "prod-deploy-key" } } ] } ] }