{ "version": 4, "terraform_version": "1.5.7", "serial": 354, "lineage": "f7f0968b-8738-e7fd-c910-6d2ba7ff0110", "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-03d86c4816765a2a6", "ami": "ami-87a69276", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-7405d2c9"], "subnet_id": "subnet-b772b834", "key_name": "prod-deploy-key" } } ] } ] }