{ "version": 4, "terraform_version": "1.8.2", "serial": 407, "lineage": "36219c5c-041c-e138-604e-31e8d83cb27c", "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-1c11671df2ec32c45", "ami": "ami-9f5c9be7", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-402a784e"], "subnet_id": "subnet-5c4d6665", "key_name": "prod-deploy-key" } } ] } ] }