{ "version": 4, "terraform_version": "1.7.5", "serial": 356, "lineage": "ec3cc283-2ec7-50dd-d383-e7cfcad71d68", "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-3d03a3f07f1e5bc26", "ami": "ami-97d1f7c5", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-e35c491d"], "subnet_id": "subnet-b640b5e6", "key_name": "prod-deploy-key" } } ] } ] }