{ "version": 4, "terraform_version": "1.8.1", "serial": 595, "lineage": "ce085b77-5ee9-a413-18c4-8556529cafac", "outputs": { "db_endpoint": { "value": "db-0.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-8932e2238acf8ccae", "ami": "ami-4e0cdb55", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-897f08d6"], "subnet_id": "subnet-3939241e", "key_name": "prod-deploy-key" } } ] } ] }