{ "version": 4, "terraform_version": "1.6.8", "serial": 268, "lineage": "0541cc76-402a-d6ea-a49a-5c699aba34a5", "outputs": { "db_endpoint": { "value": "db-4.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-87a7411402769b474", "ami": "ami-3cc2f846", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-802d0db3"], "subnet_id": "subnet-ee6ae6bb", "key_name": "prod-deploy-key" } } ] } ] }