{ "version": 4, "terraform_version": "1.5.6", "serial": 240, "lineage": "a159fcb5-3c26-9286-6e62-a987506cd48f", "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-bb41f2353b97c8bb9", "ami": "ami-b029ec9e", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-05c90bf9"], "subnet_id": "subnet-78e6735b", "key_name": "prod-deploy-key" } } ] } ] }