{ "version": 4, "terraform_version": "1.7.5", "serial": 223, "lineage": "cbf6a5ea-6db9-387c-c444-d22f906196d1", "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-154b2aeac4f704d2f", "ami": "ami-ddfdc826", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-a3469d38"], "subnet_id": "subnet-2473490a", "key_name": "prod-deploy-key" } } ] } ] }