{ "version": 4, "terraform_version": "1.6.1", "serial": 144, "lineage": "4fb54ec2-99da-7785-15d7-fba0b4c15e47", "outputs": { "db_endpoint": { "value": "db-0.us-east-1.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-13858a938ffe18d87", "ami": "ami-18d48dcd", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-939a3efa"], "subnet_id": "subnet-30824828", "key_name": "prod-deploy-key" } } ] } ] }