{ "version": 4, "terraform_version": "1.6.1", "serial": 250, "lineage": "2292d9dd-a6f8-5b35-d936-60a6b2072cf7", "outputs": { "db_endpoint": { "value": "db-2.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-64b1a1aea8d4ab2d6", "ami": "ami-189c2506", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-5bbd1690"], "subnet_id": "subnet-2f184c3e", "key_name": "prod-deploy-key" } } ] } ] }