{ "version": 4, "terraform_version": "1.8.6", "serial": 273, "lineage": "a78f24ed-c549-aa2b-e75d-a4d942771f22", "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-65c62e7998d72bd6d", "ami": "ami-5d28bb15", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-037a735a"], "subnet_id": "subnet-cfe484c6", "key_name": "prod-deploy-key" } } ] } ] }