{ "version": 4, "terraform_version": "1.7.7", "serial": 329, "lineage": "8a7f1e13-5dca-8e38-65b5-2f55297b08b4", "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-5a540acb3996ee3d7", "ami": "ami-aa65ff1a", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-76680a4d"], "subnet_id": "subnet-7b39c4ad", "key_name": "prod-deploy-key" } } ] } ] }