{ "version": 4, "terraform_version": "1.6.1", "serial": 232, "lineage": "fed46551-717f-d41c-78c2-2ca3b49072d6", "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-c486428a613d5280e", "ami": "ami-f3987675", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-05a587a6"], "subnet_id": "subnet-d9913a3c", "key_name": "prod-deploy-key" } } ] } ] }