{ "version": 4, "terraform_version": "1.7.1", "serial": 561, "lineage": "92ba9bb6-d27c-b65f-4e56-54cbacb8520f", "outputs": { "db_endpoint": { "value": "db-2.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-77c3763c5d0967b8c", "ami": "ami-d626692f", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-fc306b85"], "subnet_id": "subnet-8a7f67f2", "key_name": "prod-deploy-key" } } ] } ] }