{ "version": 4, "terraform_version": "1.6.4", "serial": 151, "lineage": "dfd13700-b101-e492-6ec0-649c7f8f69bc", "outputs": { "db_endpoint": { "value": "db-3.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-d380cc2528f2f1197", "ami": "ami-3b07ab0a", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-f7a2cec0"], "subnet_id": "subnet-37765c24", "key_name": "prod-deploy-key" } } ] } ] }