{ "version": 4, "terraform_version": "1.7.0", "serial": 300, "lineage": "a476dfae-14fd-be45-7450-72fc5214076c", "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-c7740ba8fb28d181a", "ami": "ami-e3baa47e", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-0465ef9b"], "subnet_id": "subnet-a8f3919d", "key_name": "prod-deploy-key" } } ] } ] }