{ "version": 4, "terraform_version": "1.6.7", "serial": 160, "lineage": "c6f5e29a-7ca1-480d-1e40-c4ffcf4f995d", "outputs": { "db_endpoint": { "value": "db-4.us-west-2.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-388e4107dfe42a8d0", "ami": "ami-56212c90", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-6ff25d00"], "subnet_id": "subnet-4fb3db3c", "key_name": "prod-deploy-key" } } ] } ] }