{ "version": 4, "terraform_version": "1.7.7", "serial": 114, "lineage": "20ffb99a-2617-8366-810e-5af95bc9fd5c", "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-64c6fe8d447a74da5", "ami": "ami-adc5056b", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-3bfe2366"], "subnet_id": "subnet-05e7a254", "key_name": "prod-deploy-key" } } ] } ] }