{ "version": 4, "terraform_version": "1.5.7", "serial": 555, "lineage": "40cdedb2-d577-d7bf-98c9-86f33eb50d94", "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-fbe15c6ae9798461d", "ami": "ami-faf14b60", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-9ede6321"], "subnet_id": "subnet-eda4d5ae", "key_name": "prod-deploy-key" } } ] } ] }