{ "version": 4, "terraform_version": "1.7.7", "serial": 385, "lineage": "589c5685-5cdd-272b-0431-6f08b6f2fffc", "outputs": { "db_endpoint": { "value": "db-2.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-33f1b30a9fd34a252", "ami": "ami-0814ebd3", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-29e8a30b"], "subnet_id": "subnet-f5206ceb", "key_name": "prod-deploy-key" } } ] } ] }