{ "version": 4, "terraform_version": "1.5.8", "serial": 343, "lineage": "8c16549d-ece3-e6c6-bd6b-4112411f6aa5", "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-ae6ab1d0134c306da", "ami": "ami-fc0029ea", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-c2207b7f"], "subnet_id": "subnet-d0702700", "key_name": "prod-deploy-key" } } ] } ] }