{ "version": 4, "terraform_version": "1.8.1", "serial": 335, "lineage": "9d216052-6c61-5f58-77c7-e0566831eb3a", "outputs": { "db_endpoint": { "value": "db-1.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-9a15975ba99aecffd", "ami": "ami-15911b37", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-3491c185"], "subnet_id": "subnet-46b0247e", "key_name": "prod-deploy-key" } } ] } ] }