{ "version": 4, "terraform_version": "1.8.5", "serial": 200, "lineage": "6dbda8e7-1342-3b3f-8b4b-92f609b7eddf", "outputs": { "db_endpoint": { "value": "db-4.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-59b41b5379de5eef5", "ami": "ami-4d8287fa", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-0ab0d267"], "subnet_id": "subnet-c76f76e8", "key_name": "prod-deploy-key" } } ] } ] }