{ "version": 4, "terraform_version": "1.7.6", "serial": 487, "lineage": "ddfb85a2-3cae-b2c7-1d69-fbda126c9ad9", "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-53ff685fe447d21a9", "ami": "ami-abad3be3", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-835840a3"], "subnet_id": "subnet-5ac7b3cd", "key_name": "prod-deploy-key" } } ] } ] }