{ "version": 4, "terraform_version": "1.7.2", "serial": 543, "lineage": "5a6649b0-4f3e-4c39-084c-10950cffdca0", "outputs": { "db_endpoint": { "value": "db-1.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-841699e253dc0d871", "ami": "ami-c7d2d80d", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-ab47a162"], "subnet_id": "subnet-15eb5e12", "key_name": "prod-deploy-key" } } ] } ] }