{ "version": 4, "terraform_version": "1.8.7", "serial": 556, "lineage": "b99af438-7ffd-8baa-8ff5-37fd41155472", "outputs": { "db_endpoint": { "value": "db-1.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-947c3902046cefbc4", "ami": "ami-1f877a2e", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-e0aff3b9"], "subnet_id": "subnet-5f9c52c5", "key_name": "prod-deploy-key" } } ] } ] }