{ "version": 4, "terraform_version": "1.8.8", "serial": 294, "lineage": "80484e49-9f24-f04a-828f-7c41c7aea689", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.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-18021b751e3737875", "ami": "ami-c162eb10", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-3b0b845a"], "subnet_id": "subnet-6cef44bf", "key_name": "prod-deploy-key" } } ] } ] }