{ "version": 4, "terraform_version": "1.7.8", "serial": 224, "lineage": "46c11502-f8f1-9636-f5c1-34a66297667e", "outputs": { "db_endpoint": { "value": "db-0.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-1b9e435e120123f04", "ami": "ami-a4cf1a0f", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-c235f89d"], "subnet_id": "subnet-a8aa9078", "key_name": "prod-deploy-key" } } ] } ] }