{ "version": 4, "terraform_version": "1.5.8", "serial": 447, "lineage": "bce12c8a-c477-d118-23f7-6f30debd912b", "outputs": { "db_endpoint": { "value": "db-1.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-4d66d5d30862de711", "ami": "ami-c7184911", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-bdca7136"], "subnet_id": "subnet-36127cbd", "key_name": "prod-deploy-key" } } ] } ] }