{ "version": 4, "terraform_version": "1.7.1", "serial": 595, "lineage": "857398c1-a522-09cd-bb1e-9672447aef7a", "outputs": { "db_endpoint": { "value": "db-3.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-857f282c92c65a536", "ami": "ami-c7cb3563", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-31831629"], "subnet_id": "subnet-0b3168c9", "key_name": "prod-deploy-key" } } ] } ] }